Skip to content

fix(deps): update module github.com/alecthomas/kong to v1.6.0 #61

fix(deps): update module github.com/alecthomas/kong to v1.6.0

fix(deps): update module github.com/alecthomas/kong to v1.6.0 #61

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@3d28780bbf0365e29b144e272b2121204d5be5f3 # v6
with:
configFile: "./.github/commitlint.config.mjs"