Skip to content

Bump eslint-plugin-jest from 27.2.3 to 27.4.0 #1524

Bump eslint-plugin-jest from 27.2.3 to 27.4.0

Bump eslint-plugin-jest from 27.2.3 to 27.4.0 #1524

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.0.0
- run: |
npm install
- run: |
npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: ./
with:
report-path: ${{ github.workspace }}/__tests__/resource/ktlint-report.xml
continue-on-error: true