ci: testing pipeline

This commit is contained in:
Hydra 2024-04-29 11:08:04 +01:00
parent 25fb4342d6
commit 04d7a46f82
2 changed files with 5 additions and 0 deletions

View file

@ -20,5 +20,8 @@ jobs:
- name: Install dependencies
run: yarn
- name: Typecheck
run: yarn typecheck
- name: Lint
run: yarn lint