We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2d4063 + c475fc6 commit ddd0d17Copy full SHA for ddd0d17
.github/workflows/main.yml
@@ -0,0 +1,9 @@
1
+name: linting-actions
2
+on: [push, pull_request]
3
+jobs:
4
+ json-linter:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v3
8
+ - name: json-lint
9
+ uses: ocular-d/json-linter@0.0.2
0 commit comments