Skip to content

Commit 498aa50

Browse files
committed
lint robots.json during pull requests
1 parent 1c470ba commit 498aa50

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ jobs:
1919
- name: Run tests
2020
run: |
2121
code/tests.py
22+
lint-json:
23+
runs-on: ubuntu-latest
24+
steps:
25+
- name: Check out repository
26+
uses: actions/checkout@v4
27+
- name: JQ Json Lint
28+
run: jq . robots.json

0 commit comments

Comments
 (0)