Skip to content

Bump eslint-plugin-jest from 27.2.3 to 28.8.3 #222

Bump eslint-plugin-jest from 27.2.3 to 28.8.3

Bump eslint-plugin-jest from 27.2.3 to 28.8.3 #222

name: run-lint-and-tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn build