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 e65042e commit 742371dCopy full SHA for 742371d
.github/actions/polymorph_codegen/action.yml
@@ -146,13 +146,11 @@ 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
153
if: inputs.diff-generated-code == 'true'
154
working-directory: ./${{ inputs.library }}
155
156
157
- cat runtimes/go/ImplementationFromDafny-go/awscryptographydbencryptionsdkdynamodbsmithygenerated/to_dafny.go
158
make check_polymorph_diff
0 commit comments