Skip to content

Commit b81a5e1

Browse files
committed
Verify commit messages follow best practices
1 parent c18920d commit b81a5e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/commit-messages.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Commit messages
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
check-commit-message:
7+
runs-on: ubuntu-20.04
8+
steps:
9+
- name: Verify commit messages follow best practices in CI
10+
uses: platisd/bad-commit-message-blocker@master
11+
with:
12+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)