[tools/ci]move file_check.py into ci folder

This commit is contained in:
Meco Man 2023-05-13 22:35:28 -04:00 committed by Man, Jianting (Meco)
parent e26e929946
commit ebf4c0f24e
2 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ jobs:
shell: bash
run: |
pip install click chardet PyYaml
python tools/file_check.py check 'https://github.com/RT-Thread/rt-thread' 'master'
python tools/ci/file_check.py check 'https://github.com/RT-Thread/rt-thread' 'master'