From 343e0c561862f58c5ff965cb0728dd0204b740a2 Mon Sep 17 00:00:00 2001 From: Shubham Chaturvedi Date: Thu, 19 Dec 2024 15:49:07 -0800 Subject: [PATCH] fix: verbose goimports --- .github/actions/polymorph_codegen/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/polymorph_codegen/action.yml b/.github/actions/polymorph_codegen/action.yml index e6b6e8ed6..6d514a38a 100644 --- a/.github/actions/polymorph_codegen/action.yml +++ b/.github/actions/polymorph_codegen/action.yml @@ -88,6 +88,13 @@ runs: run: | make polymorph_python + # Go needs transpilation for goimports + - name: Regenerate Go code using smithy-dafny + working-directory: ./${{ inputs.library }} + shell: bash + run: | + make transpile_go + - name: Regenerate Go code using smithy-dafny working-directory: ./${{ inputs.library }} shell: bash