Skip to content

Commit c72604c

Browse files
authored
Update validate.yml
Add .csv lint validation
1 parent f0944ba commit c72604c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ jobs:
2121

2222
- name: Lint XML snippets
2323
run: jsonlint ./snippets/xml.json
24+
25+
- name: Lint CSV snippets
26+
run: jsonlint ./snippets/csv.json

0 commit comments

Comments
 (0)