We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f14509 commit f970348Copy full SHA for f970348
.github/workflows/run-conventional-commits-check.yml
@@ -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