mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
add type check
This commit is contained in:
parent
c5bf81dac6
commit
3ba2858b04
1 changed files with 5 additions and 0 deletions
5
.github/workflows/partial-frontend.yaml
vendored
5
.github/workflows/partial-frontend.yaml
vendored
|
@ -24,6 +24,11 @@ jobs:
|
|||
- name: Run Lint
|
||||
run: pnpm run lint:ci
|
||||
working-directory: frontend
|
||||
|
||||
- name: Run Typecheck
|
||||
run: pnpm run typecheck
|
||||
working-directory: frontend
|
||||
|
||||
integration-tests:
|
||||
name: Integration Tests
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue