diff --git a/.github/workflows/run-conventional-commits-check.yml b/.github/workflows/run-conventional-commits-check.yml new file mode 100644 index 0000000..a591af3 --- /dev/null +++ b/.github/workflows/run-conventional-commits-check.yml @@ -0,0 +1,9 @@ +name: ☢️ Conventional Commits Check + +on: + pull_request: + types: [opened, edited] + +jobs: + run-conventional-commits-check: + uses: artsy/duchamp/.github/workflows/conventional-commits-check.yml@main