Skip to content

Commit bcccfc8

Browse files
committed
empty commit to rerun check
1 parent af1b8cc commit bcccfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Check File Headers
4242
run: |
4343
mv tools/.github/scripts/common inspect/.github/scripts
44-
pip install -r .github/scripts/common/requirements.txt
44+
pip install -r inspect/.github/scripts/common/requirements.txt
4545
cd inspect
4646
.github/scripts/kernel_checker.py --json ${HOME}/files_modified.json ${HOME}/files_added.json ${HOME}/files_renamed.json
4747
exit $?

0 commit comments

Comments
 (0)