Skip to content

⬆️ Bump next from 13.4.10 to 14.1.3 #283

⬆️ Bump next from 13.4.10 to 14.1.3

⬆️ Bump next from 13.4.10 to 14.1.3 #283

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