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

Commit

Permalink
chore(#0000): Rename license-check.sh file to make GitHub.com license…
Browse files Browse the repository at this point in the history
… recognition happy
  • Loading branch information
maoo committed Mar 15, 2022
1 parent bf71a7b commit 2f145b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- checkout
- run:
name: Set header script priviledges
command: chmod +x license-check.sh
command: chmod +x check-file-headers.sh
- run:
name: Check commit messages
command: ./license-check.sh
command: ./check-file-headers.sh

check_commit_message:
docker:
Expand Down
File renamed without changes.

0 comments on commit 2f145b0

Please sign in to comment.