Skip to content

Commit ddd0d17

Browse files
authored
Merge pull request #188 from gokullan/json-lint-workflow
Json lint workflow
2 parents c2d4063 + c475fc6 commit ddd0d17

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)