[tools/ci]move file_check.py into ci folder
This commit is contained in:
parent
e26e929946
commit
ebf4c0f24e
|
@ -17,4 +17,4 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install click chardet PyYaml
|
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'
|
||||||
|
|
Loading…
Reference in New Issue