Skip to content

chore(deps-dev): bump @commitlint/cli from 20.5.3 to 21.0.1 #17

chore(deps-dev): bump @commitlint/cli from 20.5.3 to 21.0.1

chore(deps-dev): bump @commitlint/cli from 20.5.3 to 21.0.1 #17

Workflow file for this run

name: Commitlint
on:
pull_request:
branches: [master]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 'lts/*'
- run: npm ci --ignore-scripts
- run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose