diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 266bf7a..50fdfc4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,6 +16,12 @@ jobs: - name: Install dependencies run: npm ci + - name: Type check + run: npx tsc --noEmit + + - name: Format check + run: npm run format:check + - name: Build run: npm run build env: