Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 17.4.2 to 19.0.3 #70

chore(deps-dev): bump @commitlint/config-conventional from 17.4.2 to 19.0.3

chore(deps-dev): bump @commitlint/config-conventional from 17.4.2 to 19.0.3 #70

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: |
npm ci
npm run lint
automerge:
name: Merge dependabot's PRs
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3