Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Build(deps-dev): bump @commitlint/config-conventional from 18.4.4 to 18.5.0 #1206

Build(deps-dev): bump @commitlint/config-conventional from 18.4.4 to 18.5.0

Build(deps-dev): bump @commitlint/config-conventional from 18.4.4 to 18.5.0 #1206

Workflow file for this run

name: Continuous Integration
on:
- push
- pull_request
jobs:
test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.1
with:
node-version-file: .nvmrc
- run: |
npm ci
npm run lint
npm test
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