Skip to content

Commit 742371d

Browse files
auto commit
1 parent e65042e commit 742371d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/polymorph_codegen/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,11 @@ runs:
146146
shell: bash
147147
run: |
148148
make polymorph_go
149-
goimports -w .
150149
151150
- name: Check regenerated code against commited code
152151
# Composite action inputs seem to not actually support booleans properly for some reason
153152
if: inputs.diff-generated-code == 'true'
154153
working-directory: ./${{ inputs.library }}
155154
shell: bash
156155
run: |
157-
cat runtimes/go/ImplementationFromDafny-go/awscryptographydbencryptionsdkdynamodbsmithygenerated/to_dafny.go
158156
make check_polymorph_diff

0 commit comments

Comments
 (0)