We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf75d8 commit f30f596Copy full SHA for f30f596
1 file changed
.github/workflows/jsonlint.yml
@@ -0,0 +1,12 @@
1
+on: [push, pull_request]
2
+
3
+name: Validate JSON
4
5
+jobs:
6
+ verify-json-validation:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v1
10
+ - name: Validate JSON
11
+ uses: ocular-d/json-linter@0.0.2
12
0 commit comments