Merge pull request #125 from holysoles/lint_robots_json

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
run: |
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