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 bcf1e0d commit 5061ca8Copy full SHA for 5061ca8
.github/workflows/lib-validate.yaml
@@ -39,6 +39,10 @@ jobs:
39
with:
40
go-version-file: go.mod
41
check-latest: true
42
+ - name: install levelzero dev
43
+ run: |
44
+ sudo apt-get update
45
+ sudo apt-get install -y libze1 libze-dev
46
- name: golangci-lint
47
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
48
@@ -53,6 +57,10 @@ jobs:
53
57
54
58
55
59
60
61
62
63
56
64
- name: Check Dockerfiles
65
run: make check-dockerfiles
66
- run: make go-mod-tidy
0 commit comments