We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e30d8 commit 0d43b78Copy full SHA for 0d43b78
.github/actions/polymorph_codegen/action.yml
@@ -146,6 +146,7 @@ runs:
146
shell: bash
147
run: |
148
make polymorph_go
149
+ goimports -w .
150
151
- name: Check regenerated code against commited code
152
# Composite action inputs seem to not actually support booleans properly for some reason
0 commit comments