Skip to content

Commit dae2665

Browse files
authored
Ban .gitkeep
1 parent 0fc6136 commit dae2665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-integrity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
! git ls-tree -r -t -z --name-only HEAD \
5252
| xargs --null --max-args=1 -- basename \
53-
| grep --perl-regexp '[^-.0-9A-Z_a-z]|\.\.'
53+
| grep --perl-regexp '[^-.0-9A-Z_a-z]|\.\.|\.gitkeep'
5454
-
5555
name: "Check file permissions"
5656
run: |

0 commit comments

Comments
 (0)