Skip to content

Commit

Permalink
Ban .gitkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jul 9, 2024
1 parent 0fc6136 commit dae2665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
! git ls-tree -r -t -z --name-only HEAD \
| xargs --null --max-args=1 -- basename \
| grep --perl-regexp '[^-.0-9A-Z_a-z]|\.\.'
| grep --perl-regexp '[^-.0-9A-Z_a-z]|\.\.|\.gitkeep'
-
name: "Check file permissions"
run: |
Expand Down

0 comments on commit dae2665

Please sign in to comment.