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 3dee9d4 commit f09e73fCopy full SHA for f09e73f
.github/workflows/ci.yaml
@@ -37,6 +37,9 @@ jobs:
37
uses: actions/setup-go@v5
38
with:
39
go-version: ${{ matrix.go-version }}
40
+ - name: Install Project Tools
41
+ working-directory: ./sdk-repo-updated
42
+ run: make project-tools
43
- name: Lint
44
if: ${{ matrix.go-version == '1.19' || matrix.go-version == '1.20' || matrix.go-version == '1.21' || matrix.go-version == '1.22'}}
45
working-directory: ./sdk-repo-updated
0 commit comments