Enforce Prettier at the root

This commit is contained in:
Jordan Eldredge 2022-03-06 23:07:33 -08:00
parent 4ce89495cb
commit 39da79ddf2
22 changed files with 112 additions and 120 deletions

View file

@ -25,7 +25,7 @@ jobs:
yarn workspace webamp build-library
- name: Lint
run: |
yarn workspace webamp lint
yarn lint
yarn workspace webamp type-check
- name: Run Unit Tests
run: |