Skip to content

Commit 73f6f67

Browse files
authored
Merge pull request #125 from holysoles/lint_robots_json
lint robots.json during pull requests
2 parents 1c470ba + 498aa50 commit 73f6f67

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)