From ebf4c0f24e7c8366d6d986808c36d208752190fe Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sat, 13 May 2023 22:35:28 -0400 Subject: [PATCH] [tools/ci]move file_check.py into ci folder --- .github/workflows/file_check.yml | 2 +- tools/{ => ci}/file_check.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/{ => ci}/file_check.py (100%) diff --git a/.github/workflows/file_check.yml b/.github/workflows/file_check.yml index a7c706d9c9..8cd2f7423c 100644 --- a/.github/workflows/file_check.yml +++ b/.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' diff --git a/tools/file_check.py b/tools/ci/file_check.py similarity index 100% rename from tools/file_check.py rename to tools/ci/file_check.py