Skip to content

Commit 360a1cb

Browse files
bokelleyclaude
andcommitted
fix: update CI workflow to use _generated.py path
The CI workflow was still checking the old generated.py path. Update it to use the new _generated.py path for syntax validation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 176740e commit 360a1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Validate generated code syntax
119119
run: |
120120
echo "Validating generated code can be parsed..."
121-
python -m py_compile src/adcp/types/generated.py
121+
python -m py_compile src/adcp/types/_generated.py
122122
echo "✓ Syntax validation passed"
123123
124124
- name: Validate generated code imports

0 commit comments

Comments
 (0)