Skip to content

chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.2 #619

chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.2

chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.2 #619

Workflow file for this run

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