This commit is contained in:
Florian Forster
2025-02-25 22:38:17 +01:00
parent d85a154008
commit 562eada22a
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ COPY .git/ ./.git/
RUN golangci-lint run \
--timeout 10m \
--config ./.golangci.yaml \
--out-format=github-actions \
--out-format=colored-line-number \
--concurrency=$(getconf _NPROCESSORS_ONLN)
FROM base AS unit-test