Skip to content

Bump eslint-plugin-jest from 27.9.0 to 28.3.0 #1727

Bump eslint-plugin-jest from 27.9.0 to 28.3.0

Bump eslint-plugin-jest from 27.9.0 to 28.3.0 #1727

Workflow file for this run

name: 'build-test'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- run: |
npm install
- run: |
npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: ./
with:
report-path: ${{ github.workspace }}/__tests__/resource/lint-results.xml
continue-on-error: true