瀏覽代碼

[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