Skip to content

Bump eslint-plugin-jest from 27.2.3 to 27.4.2 #1167

Bump eslint-plugin-jest from 27.2.3 to 27.4.2

Bump eslint-plugin-jest from 27.2.3 to 27.4.2 #1167

Workflow file for this run

name: "ci"
on:
pull_request:
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint
- run: npm run test:ci