chore: Update Caddy patch scenario and enhance CaddyAdminAPI validation in config

This commit is contained in:
GitHub Actions
2026-02-23 14:40:38 +00:00
parent 79c8e660f5
commit 63d7c5c0c4
11 changed files with 332 additions and 50 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ repos:
stages: [manual] # Only runs when explicitly called
- id: frontend-type-check
name: Frontend TypeScript Check
entry: bash -c 'cd frontend && npm run type-check'
entry: bash -c 'cd frontend && npx tsc --noEmit'
language: system
files: '^frontend/.*\.(ts|tsx)$'
pass_filenames: false