mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-26 19:14:08 +01:00
Tidy up tools folder 3
This commit is contained in:
parent
b2a4b6fe19
commit
98229cb38e
1 changed files with 1 additions and 3 deletions
4
.github/workflows/validate-json.yml
vendored
4
.github/workflows/validate-json.yml
vendored
|
@ -14,6 +14,4 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Validate JSON
|
||||
run: |
|
||||
chmod +x ${{ github.workspace }}/tools/validate_json.py
|
||||
python3 ${{ github.workspace }}/tools/validate_json.py ${{ github.workspace }}/web/atlas.json
|
||||
run: python3 tools/ci/validate_json.py web/atlas.json
|
Loading…
Reference in a new issue