Skip to content

feat: add pre-commit for conventional commit #2

feat: add pre-commit for conventional commit

feat: add pre-commit for conventional commit #2

name: Conventional Commits
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Conventional Commit
uses: webiny/action-conventional-commits@v1.1.0