Merge pull request #125 from holysoles/lint_robots_json
Some checks are pending
/ ai-robots-txt (push) Waiting to run
/ run-tests (push) Waiting to run
/ lint-json (push) Waiting to run

lint robots.json during pull requests
This commit is contained in:
Glyn Normington 2025-05-15 17:26:15 +01:00 committed by GitHub
commit 73f6f67adf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,3 +19,10 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
code/tests.py code/tests.py
lint-json:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: JQ Json Lint
run: jq . robots.json