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