Skip to content

Commit ccd3c0e

Browse files
committed
zerocracy#256: Exclude .git directory from bashate file search
1 parent cb30a31 commit ccd3c0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bashate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
python-version: 3.14
2222
- run: pip install bashate
2323
- run: |
24-
readarray -t files < <(find . -name '*.sh')
24+
readarray -t files < <(find . -name '*.sh' -not -path './.git/*')
2525
bashate -i E006,E003 "${files[@]}"

0 commit comments

Comments
 (0)