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 5c76e53 commit a089518Copy full SHA for a089518
.github/workflows/ci_test_go.yml
@@ -74,15 +74,15 @@ jobs:
74
run: |
75
go install golang.org/x/tools/cmd/goimports@latest
76
77
- - name: Install Smithy-Dafny codegen dependencies
78
- uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
79
-
80
- uses: actions/checkout@v3
81
- name: Init Submodules
82
shell: bash
83
84
git submodule update --init --recursive submodules/smithy-dafny
85
git submodule update --init --recursive submodules/MaterialProviders
+
+ - name: Install Smithy-Dafny codegen dependencies
+ uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
86
87
- name: Regenerate code using smithy-dafny
88
0 commit comments