Skip to content

Bump eslint-plugin-jest from 27.2.1 to 27.6.0 #172

Bump eslint-plugin-jest from 27.2.1 to 27.6.0

Bump eslint-plugin-jest from 27.2.1 to 27.6.0 #172

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run all