incorporate updates from common (#255)

* incorporate updates from common

* empty commit to rerun check
This commit is contained in:
David Chalco 2021-01-29 18:58:55 -08:00 committed by GitHub
parent 6b4a3d0a6e
commit 0345a20202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Check File Headers
run: |
mv tools/.github/scripts/common inspect/.github/scripts
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 $?