Adds missing check for typescript types to app ci (#1198)

* fix app types and add a ci check

* fix lint check.
This commit is contained in:
Aaron DeRuvo
2025-10-03 14:27:30 +02:00
committed by GitHub
parent 429d9f9569
commit 187fc185e2
4 changed files with 15 additions and 15 deletions

View File

@@ -86,6 +86,9 @@ jobs:
- name: Run prettier
run: yarn fmt
working-directory: ./app
- name: Check App Types
run: yarn types
working-directory: ./app
- name: Check license headers
run: node scripts/check-license-headers.mjs --check
working-directory: ./