Skip to content

Bump eslint-plugin-jest from 27.4.2 to 27.4.3 (#208) #413

Bump eslint-plugin-jest from 27.4.2 to 27.4.3 (#208)

Bump eslint-plugin-jest from 27.4.2 to 27.4.3 (#208) #413

Workflow file for this run

name: 'lint'
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run format-check
- run: |
npm run lint