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 6cfc4b9 commit cfaefb2Copy full SHA for cfaefb2
.github/actions/polymorph_codegen/action.yml
@@ -141,6 +141,12 @@ runs:
141
run: |
142
make polymorph_dotnet ${{ steps.dependencies.outputs.PROJECT_DEPENDENCIES }}
143
144
+ - name: Regenerate Go code using smithy-dafny
145
+ working-directory: ./${{ inputs.library }}
146
+ shell: bash
147
+ run: |
148
+ make polymorph_go
149
+
150
- name: Check regenerated code against commited code
151
# Composite action inputs seem to not actually support booleans properly for some reason
152
if: inputs.diff-generated-code == 'true'
0 commit comments