Skip to content

chore(deps-dev): bump lint-staged from 17.0.8 to 17.2.0 #73

chore(deps-dev): bump lint-staged from 17.0.8 to 17.2.0

chore(deps-dev): bump lint-staged from 17.0.8 to 17.2.0 #73

Workflow file for this run

name: Commitlint
on:
pull_request:
branches: [main, develop]
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm install
- uses: wagoid/commitlint-github-action@v6