Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 2f145b0

Browse files
committed
chore(#0000): Rename license-check.sh file to make GitHub.com license recognition happy
1 parent bf71a7b commit 2f145b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- checkout
1212
- run:
1313
name: Set header script priviledges
14-
command: chmod +x license-check.sh
14+
command: chmod +x check-file-headers.sh
1515
- run:
1616
name: Check commit messages
17-
command: ./license-check.sh
17+
command: ./check-file-headers.sh
1818

1919
check_commit_message:
2020
docker:
File renamed without changes.

0 commit comments

Comments
 (0)