diff --git a/.github/workflows/conventional_commit.yml b/.github/workflows/conventional_commit.yml new file mode 100644 index 0000000..27332f5 --- /dev/null +++ b/.github/workflows/conventional_commit.yml @@ -0,0 +1,14 @@ +name: Conventional Commits + +on: + pull_request: + branches: [ main ] + +jobs: + build: + name: Conventional Commits + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - uses: webiny/action-conventional-commits@v1.3.0