Skip to content

⬆️ Bump eslint-config-next from 13.4.19 to 13.5.6 #254

⬆️ Bump eslint-config-next from 13.4.19 to 13.5.6

⬆️ Bump eslint-config-next from 13.4.19 to 13.5.6 #254

Workflow file for this run

name: ESLint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update NPM
run: npm install -g npm@latest
- name: Install Modules
run: npm i
- name: Run ESLint
run: npx eslint . --ext .js