Skip to content

fix(meta): consolidate release and publish into a single workflow #20

fix(meta): consolidate release and publish into a single workflow

fix(meta): consolidate release and publish into a single workflow #20

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