update ci workflow

This commit is contained in:
Pavel Prichodko 2023-03-13 21:48:08 +01:00
parent 1fb8f99740
commit 81b3f7cc8c
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

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