增加FU指南翻译,修复巢框描述不显示具体数值的问题 #122
Workflow file for this run
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 |