mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-05-17 16:03:10 +00:00
lint robots.json during pull requests
This commit is contained in:
parent
1c470babbe
commit
498aa50760
1 changed files with 7 additions and 0 deletions
7
.github/workflows/run-tests.yml
vendored
7
.github/workflows/run-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue