Skip to content

Bump eslint-plugin-unused-imports from 3.2.0 to 4.1.4 #407

Bump eslint-plugin-unused-imports from 3.2.0 to 4.1.4

Bump eslint-plugin-unused-imports from 3.2.0 to 4.1.4 #407

Workflow file for this run

name: Lint
on:
pull_request:
branches: ["main"]
jobs:
eslint:
name: Lint with ESLint
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install next
run: npm i next@latest
- name: Lint with ESLint
run: npm run lint