ci: testing husky

This commit is contained in:
Hydra 2024-05-13 00:49:42 +01:00
parent a2790190e6
commit 0cc3202f85
No known key found for this signature in database
7 changed files with 512 additions and 5 deletions

View file

@ -18,6 +18,9 @@ jobs:
- name: Install dependencies
run: yarn
- name: Check formatting
run: yarn format:check
- name: Typecheck
run: yarn typecheck