Tidy up tools folder 3

This commit is contained in:
Hans5958 2023-03-22 21:25:10 +07:00
parent b2a4b6fe19
commit 98229cb38e

View file

@ -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