Skip to content

chore(deps): update wagoid/commitlint-github-action action to v6.1.2 #460

chore(deps): update wagoid/commitlint-github-action action to v6.1.2

chore(deps): update wagoid/commitlint-github-action action to v6.1.2 #460

Workflow file for this run

name: Lint
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}