Skip to content

⬆️ Bump eslint from 8.52.0 to 8.55.0 #204

⬆️ Bump eslint from 8.52.0 to 8.55.0

⬆️ Bump eslint from 8.52.0 to 8.55.0 #204

Workflow file for this run

name: ESLint
on: [push, pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- name: Install ESLint
run: npm install
- name: Run ESLint
run: npm run lint