Skip to content

Commit 5a815d5

Browse files
authored
feat: add commit check (#5)
1 parent a1eef3f commit 5a815d5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Commit Message Lint
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, edited, reopened]
6+
7+
jobs:
8+
commitlint:
9+
uses: GradientHQ/.github/.github/workflows/commitlint.yml@main

0 commit comments

Comments
 (0)