Skip to content

chore: bump @commitlint/cli from 19.3.0 to 19.4.0 #23

chore: bump @commitlint/cli from 19.3.0 to 19.4.0

chore: bump @commitlint/cli from 19.3.0 to 19.4.0 #23

Workflow file for this run

name: 👮 CI
on: pull_request
env:
HUSKY: 0
permissions:
contents: read
jobs:
lint:
strategy:
matrix:
version: [18, 20, 21]
name: 🧹 Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
cache: npm
- run: npm ci --no-audit --no-fund --prefer-offline
- run: npx --no-install eslint .