Skip to content

build: added /v4 to match git tag and fix go install #282

build: added /v4 to match git tag and fix go install

build: added /v4 to match git tag and fix go install #282

Workflow file for this run

name: lint-commit-message
on: [push]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2