mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-19 11:32:31 -05:00
Run golangci-lint for all submodules
This commit is contained in:
parent
90542ae8f9
commit
f55524a8d3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test-lint.yml
vendored
3
.github/workflows/test-lint.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo apt-get update && sudo apt-get -y install libcryptsetup-dev
|
run: sudo apt-get update && sudo apt-get -y install libcryptsetup-dev libvirt-dev
|
||||||
|
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
||||||
|
|
@ -44,4 +44,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
skip-pkg-cache: true
|
skip-pkg-cache: true
|
||||||
skip-build-cache: true
|
skip-build-cache: true
|
||||||
|
working-directory: ./... ./hack/... ./operators/constellation-node-operator/...
|
||||||
args: --timeout=15m
|
args: --timeout=15m
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue