Add OAuth request timeouts and release checks

This commit is contained in:
lemon07r
2026-04-19 02:20:10 -04:00
parent efca301079
commit 7aeb8d36fa
10 changed files with 62 additions and 38 deletions
+3
View File
@@ -45,6 +45,9 @@ jobs:
- name: Type-check
run: bunx tsc --noEmit
- name: Type-check tests
run: bunx tsc --noEmit --project tsconfig.tests.json
- name: Syntax check (no bundle)
run: bun build --target=node --no-bundle src/index.ts > /dev/null