Skip to content

Commit d0c423e

Browse files
committed
#15 fixed calling param for boilerplate.txt
1 parent fdc5ed2 commit d0c423e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeChecks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
- name: Check for boilerplate code
7777
# This step checks for boilerplate code in the codebase
7878
run: |
79-
python3 ./scripts/check_boilerplate.py "./src" --marker-file ./scripts/check_boilerplate.txt
80-
python3 ./scripts/check_boilerplate.py "./test" --marker-file ./scripts/check_boilerplate.txt
79+
python3 ./scripts/check_boilerplate.py --src "./src" --boilerplate ./scripts/check_boilerplate.txt
80+
python3 ./scripts/check_boilerplate.py --src "./test" --boilerplate ./scripts/check_boilerplate.txt

0 commit comments

Comments
 (0)