Skip to content

Bump prettier from 2.8.8 to 3.3.3 #233

Bump prettier from 2.8.8 to 3.3.3

Bump prettier from 2.8.8 to 3.3.3 #233

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