Skip to content

Commit b64d258

Browse files
theoephraimclaude
andcommitted
Add varlock load step to CI before type checking
The env.d.ts files are gitignored, so varlock needs to load and generate the typed env schema before tsc can type-check. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5a94f45 commit b64d258

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- uses: actions/checkout@v6
99
- uses: oven-sh/setup-bun@v2
1010
- run: bun install
11+
- run: bunx varlock load
1112
- run: bun run check
1213
- run: bun run test
1314

0 commit comments

Comments
 (0)