Merge pull request #463 from AI-Channel/Melusina #113
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: check syntax | |
on: | |
push: | |
branches: [ FAST ] | |
pull_request: | |
branches: [ FAST ] | |
jobs: | |
VerifyFiles: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up Python 3.10 | |
uses: actions/setup-python@v2 | |
with: | |
python-version: "3.10" | |
- name: check json syntax | |
run: | | |
cd ${{github.workspace}}/script | |
python check_file.py |