added typescript checks + perettier to deploy
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 11m14s

This commit is contained in:
2025-12-21 22:43:27 -08:00
parent 3db6a067fc
commit 91dd6add60
3 changed files with 91 additions and 7 deletions

View File

@@ -42,9 +42,6 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Validate Code with Type-Check and Lint
run: npm run validate
- name: Check for Production Database Schema Changes
env:
DB_HOST: ${{ secrets.DB_HOST }}