Skip to content

ci: Add check for conventional-commits #3

ci: Add check for conventional-commits

ci: Add check for conventional-commits #3

Workflow file for this run

on:
push:
branches: ["*"]
jobs:
run-tests:
uses: ./.github/workflows/run-tests.yml
secrets: inherit
check-conventional-commits:
runs-on: ubuntu-latest
steps:
- uses: armakuni/github-actions/[email protected]
create-release:
needs:
- run-tests
- check-conventional-commits
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected]