We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5861d61 commit 1414bb6Copy full SHA for 1414bb6
.github/workflows/codegen-check.yml
@@ -25,7 +25,7 @@ jobs:
25
# fetch submodule tags since actions/checkout does not
26
git submodule foreach 'git fetch --unshallow || true'
27
# Run all code generation steps
28
- pixi run make codegen
+ pixi run codegen
29
30
- name: Check for uncommitted changes
31
run: |
0 commit comments