Add fix/lint helper dev targets (#23561)

This commit is contained in:
Nick Schonning 2023-05-31 20:25:13 -04:00 committed by GitHub
parent 69057467cb
commit d39bce963f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 28 additions and 18 deletions

View file

@ -48,7 +48,7 @@ jobs:
run: yarn --frozen-lockfile
- name: ESLint
run: yarn test:lint:js --max-warnings 0
run: yarn lint:js --max-warnings 0
- name: Typecheck
run: yarn test:typecheck
run: yarn typecheck