Skip to content

⬆️ Bump @commitlint/config-conventional from 21.0.1 to 21.0.2 #389

⬆️ Bump @commitlint/config-conventional from 21.0.1 to 21.0.2

⬆️ Bump @commitlint/config-conventional from 21.0.1 to 21.0.2 #389

Workflow file for this run

name: CI
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run test:coverage