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

Build(deps): bump actions-toolkit from 01aaa2e to 2d9d22d #1196

Build(deps): bump actions-toolkit from 01aaa2e to 2d9d22d

Build(deps): bump actions-toolkit from 01aaa2e to 2d9d22d #1196

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