Skip to content

Commit c7bb746

Browse files
feat: add conventional commit github action (#29)
feat: add conventional commit github action
2 parents cccdb84 + 4941d5f commit c7bb746

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: ☢️ Conventional Commits Check
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited]
6+
7+
jobs:
8+
run-conventional-commits-check:
9+
uses: artsy/duchamp/.github/workflows/conventional-commits-check.yml@main

0 commit comments

Comments
 (0)