Skip to content

Commit

Permalink
fix: verbose goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Chaturvedi committed Dec 19, 2024
1 parent 2468f90 commit 343e0c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/polymorph_codegen/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 343e0c5

Please sign in to comment.