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:
|
with:
|
||||||
node-version-file: ".nvmrc"
|
node-version-file: ".nvmrc"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
- uses: golangci/golangci-lint-action@v9
|
||||||
|
with:
|
||||||
|
install-only: true
|
||||||
- run: "npm i -g npm@11.8.0"
|
- run: "npm i -g npm@11.8.0"
|
||||||
- run: "npm ci"
|
- run: "npm ci"
|
||||||
- run: "make build"
|
- run: "make build"
|
||||||
|
|||||||
Reference in New Issue
Block a user