Skip to content

⬆️ NPM: Bump eslint from 8.57.1 to 9.17.0 #715

⬆️ NPM: Bump eslint from 8.57.1 to 9.17.0

⬆️ NPM: Bump eslint from 8.57.1 to 9.17.0 #715

Workflow file for this run

name: PR - Lint code
on:
pull_request:
branches:
- main
concurrency:
group: ci-${{ github.event.number }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Install dependencies
run: yarn install --immutable
- run: yarn lint --max-warnings 0