Skip to content

Commit ce2c0be

Browse files
committed
Git: Rename precommit scripts
1 parent b31a45b commit ce2c0be

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ repos:
55
hooks:
66
- id: check-commit-msg
77
name: Check commit message
8-
entry: sh/check-commit-msg.sh
8+
entry: sh/check_commit_msg.sh
99
stages: [commit-msg]
1010
language: system
1111

1212
- id: check-license
1313
name: Check if changed files includes correct license
14-
entry: sh/check-license.sh
14+
entry: sh/check_license.sh
1515
stages: [commit]
1616
pass_filenames: false
1717
language: system
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)