Skip to content

build(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0 #622

build(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0

build(deps-dev): bump eslint-plugin-jest from 28.5.0 to 28.6.0 #622

name: Check formatting and lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- 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 .