Skip to content

chore(main): release 0.0.2 #78

chore(main): release 0.0.2

chore(main): release 0.0.2 #78

Workflow file for this run

name: lint commit messages
permissions: read-all
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@0184f5a228ee06430bb9e67d65f73a1a6767496a # v6
with:
configFile: "./.github/commitlint.config.mjs"