mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-26 23:36:32 -04:00
Color printing + New checker message and emphasis (#492)
* Color printing + new message and emphasis * omit requirements.txt from checks
This commit is contained in:
parent
52c9756f21
commit
7bbf951c71
4 changed files with 44 additions and 8 deletions
1
.github/workflows/core-checks.yml
vendored
1
.github/workflows/core-checks.yml
vendored
|
|
@ -40,6 +40,7 @@ jobs:
|
|||
- name: Check File Headers
|
||||
run: |
|
||||
cd inspect
|
||||
pip install -r .github/scripts/common/requirements.txt
|
||||
export PYTHONPATH=tools/.github/scripts:${PYTHONPATH}
|
||||
.github/scripts/core_checker.py --json ${HOME}/files_modified.json ${HOME}/files_added.json ${HOME}/files_renamed.json
|
||||
exit $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue