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

⬆️ Bump eslint from 8.46.0 to 8.53.0 #119

⬆️ Bump eslint from 8.46.0 to 8.53.0

⬆️ Bump eslint from 8.46.0 to 8.53.0 #119

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