Skip to content

ci: run semantic commit check against PR title #2

ci: run semantic commit check against PR title

ci: run semantic commit check against PR title #2

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit