update ci workflow

This commit is contained in:
Pavel Prichodko 2023-03-13 21:48:08 +01:00
parent 89ef9ad24c
commit 8a846ca3b8
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
run: yarn typecheck
- name: Lint
run: yarn lint && yarn format:check
run: yarn lint && yarn format --check
- name: Test
run: yarn test