Skip to content

chore(deps-dev): bump @commitlint/cli from 19.4.1 to 19.5.0 #890

chore(deps-dev): bump @commitlint/cli from 19.4.1 to 19.5.0

chore(deps-dev): bump @commitlint/cli from 19.4.1 to 19.5.0 #890

Workflow file for this run

name: ci
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run lint
- run: npm test
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3