Skip to content

build(deps-dev): bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.2 #2938

build(deps-dev): bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.2

build(deps-dev): bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.2 #2938

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- name: Install modules
run: yarn
- name: Run tests
run: yarn test --coverage --collectCoverageFrom='!src/pages/**/*.tsx'
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}