Skip to content

Commit 30ca359

Browse files
committed
MINOR: Add check-shebang-scripts-are-executable
1 parent bec96a7 commit 30ca359

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/dev_pr_milestone.sh

100644100755
File mode changed.

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ repos:
2525
hooks:
2626
- id: trailing-whitespace
2727
- id: end-of-file-fixer
28+
- id: check-shebang-scripts-are-executable
2829
- id: check-yaml
2930
- id: check-added-large-files
3031
- id: file-contents-sorter

0 commit comments

Comments
 (0)