Skip to content

Commit

Permalink
Update reusable-integrity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 14, 2023
1 parent 15d52c4 commit 37fd37b
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]|\.\.'
-
name: "Check file permissions"
run: |
Expand Down

0 comments on commit 37fd37b

Please sign in to comment.