Skip to content

Bump eslint-plugin-jest from 27.6.0 to 28.11.0 #695

Bump eslint-plugin-jest from 27.6.0 to 28.11.0

Bump eslint-plugin-jest from 27.6.0 to 28.11.0 #695

Workflow file for this run

##
# Validates lint on the project
##
name: Lint
on:
pull_request:
push:
branches:
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint