소스 검색

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

Meco Man 2 년 전
부모
커밋
ebf4c0f24e
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/file_check.yml
  2. 0 0
      tools/ci/file_check.py

+ 1 - 1
.github/workflows/file_check.yml

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

+ 0 - 0
tools/file_check.py → tools/ci/file_check.py