Skip to content

Bump eslint from 8.38.0 to 8.45.0 #222

Bump eslint from 8.38.0 to 8.45.0

Bump eslint from 8.38.0 to 8.45.0 #222

Workflow file for this run

name: Code Quality
on: push
jobs:
Prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run Prettier
run: npx prettier --check "src/**/*.js"
ESLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint