Skip to content

Bump eslint-plugin-jest from 27.2.1 to 27.2.2 #336

Bump eslint-plugin-jest from 27.2.1 to 27.2.2

Bump eslint-plugin-jest from 27.2.1 to 27.2.2 #336

name: Check formatting and lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Node.js dependencies
run: npm ci
- name: Check formatting with Prettier
run: npx prettier -cu .
- name: Lint with ESLint
if: success() || failure()
run: npx eslint --max-warnings=0 .