Skip to content

Bump eslint-plugin-import from 2.28.1 to 2.32.0 #778

Bump eslint-plugin-import from 2.28.1 to 2.32.0

Bump eslint-plugin-import from 2.28.1 to 2.32.0 #778

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
run_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint