Run golangci-lint for all submodules

This commit is contained in:
katexochen 2022-09-12 16:14:12 +02:00 committed by Paul Meyer
parent 90542ae8f9
commit f55524a8d3

View File

@ -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