Skip to content

Commit 8d7b531

Browse files
langyocelestia-island-bot
andauthored
✅ Add commit message lint CI workflow.
Co-authored-by: celestia-island-bot <bot@celestia.island>
1 parent f044e33 commit 8d7b531

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Commit Message Lint
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, reopened, synchronize]
6+
merge_group:
7+
types: [checks_requested]
8+
9+
jobs:
10+
lint-commits:
11+
uses: celestia-island/celestia-devtools/.github/workflows/commit-msg-lint.yml@master

0 commit comments

Comments
 (0)