Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

⬆️ Bump next from 13.4.7 to 13.4.10 #82

⬆️ Bump next from 13.4.7 to 13.4.10

⬆️ Bump next from 13.4.7 to 13.4.10 #82

Workflow file for this run

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