Skip to content

ci: do not run check on main branch, make publish call it #6

ci: do not run check on main branch, make publish call it

ci: do not run check on main branch, make publish call it #6

Workflow file for this run

name: Check Commits with CommitLint
on:
- pull_request
jobs:
commitlint:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v6
with:
configFile: configs/commitlint.config.mjs