Skip to content

Commit 8001b3d

Browse files
justin808claude
andcommitted
Fix Pro lint workflow Check TypeScript working directory
The Check TypeScript step needs working-directory: . to run from the root where check-typescript nps script is defined. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 722b532 commit 8001b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pro-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,6 @@ jobs:
181181
run: pnpm run nps format.listDifferent
182182

183183
- name: Check TypeScript
184+
working-directory: .
184185
run: pnpm run nps check-typescript
185186

0 commit comments

Comments
 (0)