We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b73ab commit d53b5e1Copy full SHA for d53b5e1
.github/workflows/ci.yml
@@ -13,4 +13,4 @@ jobs:
13
uses: actions/checkout@v2
14
15
- name: Validate commit message format
16
- run: bash check_commit_message.sh $GITHUB_EVENT_PATH
+ run: bash ci/check_commit_message.sh $GITHUB_EVENT_PATH
0 commit comments