mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 17:17:44 -04:00
empty commit to rerun check
This commit is contained in:
parent
af1b8ccfd0
commit
bcccfc85d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/kernel-checks.yml
vendored
2
.github/workflows/kernel-checks.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Check File Headers
|
- name: Check File Headers
|
||||||
run: |
|
run: |
|
||||||
mv tools/.github/scripts/common inspect/.github/scripts
|
mv tools/.github/scripts/common inspect/.github/scripts
|
||||||
pip install -r .github/scripts/common/requirements.txt
|
pip install -r inspect/.github/scripts/common/requirements.txt
|
||||||
cd inspect
|
cd inspect
|
||||||
.github/scripts/kernel_checker.py --json ${HOME}/files_modified.json ${HOME}/files_added.json ${HOME}/files_renamed.json
|
.github/scripts/kernel_checker.py --json ${HOME}/files_modified.json ${HOME}/files_added.json ${HOME}/files_renamed.json
|
||||||
exit $?
|
exit $?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue