empty commit to rerun check

This commit is contained in:
David Chalco 2021-01-29 16:39:20 -08:00
parent af1b8ccfd0
commit bcccfc85d1

View file

@ -41,7 +41,7 @@ jobs:
- name: Check File Headers
run: |
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
.github/scripts/kernel_checker.py --json ${HOME}/files_modified.json ${HOME}/files_added.json ${HOME}/files_renamed.json
exit $?