Skip to content

ci: setup conventional commits pipeline (#13) #15

ci: setup conventional commits pipeline (#13)

ci: setup conventional commits pipeline (#13) #15

Workflow file for this run

name: Conventional Commits
on: [pull_request, push]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.1.0