Skip to content

Bump eslint from 7.32.0 to 8.48.0 #337

Bump eslint from 7.32.0 to 8.48.0

Bump eslint from 7.32.0 to 8.48.0 #337

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Dependencies
run: npm install
- name: Lint
run: |
npm run eslint
env:
CI: true