We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1b8cc commit bcccfc8Copy full SHA for bcccfc8
.github/workflows/kernel-checks.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Check File Headers
42
run: |
43
mv tools/.github/scripts/common inspect/.github/scripts
44
- pip install -r .github/scripts/common/requirements.txt
+ pip install -r inspect/.github/scripts/common/requirements.txt
45
cd inspect
46
.github/scripts/kernel_checker.py --json ${HOME}/files_modified.json ${HOME}/files_added.json ${HOME}/files_renamed.json
47
exit $?
0 commit comments