We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0944ba commit c72604cCopy full SHA for c72604c
.github/workflows/validate.yml
@@ -21,3 +21,6 @@ jobs:
21
22
- name: Lint XML snippets
23
run: jsonlint ./snippets/xml.json
24
+
25
+ - name: Lint CSV snippets
26
+ run: jsonlint ./snippets/csv.json
0 commit comments