mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Run golangci-lint for all submodules
This commit is contained in:
parent
90542ae8f9
commit
f55524a8d3
3
.github/workflows/test-lint.yml
vendored
3
.github/workflows/test-lint.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
|
||||
- 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
|
||||
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
||||
@ -44,4 +44,5 @@ jobs:
|
||||
with:
|
||||
skip-pkg-cache: true
|
||||
skip-build-cache: true
|
||||
working-directory: ./... ./hack/... ./operators/constellation-node-operator/...
|
||||
args: --timeout=15m
|
||||
|
Loading…
Reference in New Issue
Block a user