Skip to content

chore(main): release 0.5.1 #28

chore(main): release 0.5.1

chore(main): release 0.5.1 #28

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
push:
branches: [main]
permissions: read-all
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
with:
configFile: "./.github/commitlint.config.mjs"