Fix missing golintci binary
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
3
.github/workflows/make.yaml
vendored
3
.github/workflows/make.yaml
vendored
@@ -144,6 +144,9 @@ jobs:
|
||||
with:
|
||||
node-version-file: ".nvmrc"
|
||||
cache: "npm"
|
||||
- uses: golangci/golangci-lint-action@v9
|
||||
with:
|
||||
install-only: true
|
||||
- run: "npm i -g npm@11.8.0"
|
||||
- run: "npm ci"
|
||||
- run: "make build"
|
||||
|
||||
Reference in New Issue
Block a user