Skip to content

Commit 3940048

Browse files
committed
Run lint again because it fails the first time
Signed-off-by: Bryan Boreham <[email protected]>
1 parent 4593f6c commit 3940048

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
- run:
6262
name: Lint
6363
command: make BUILD_IN_CONTAINER=false lint
64+
# fails to run everything first time - see https://github.com/golangci/golangci-lint/issues/866
65+
- run:
66+
name: Lint again
67+
command: make BUILD_IN_CONTAINER=false lint
6468
- run:
6569
name: Check vendor directory is consistent.
6670
command: make BUILD_IN_CONTAINER=false mod-check

0 commit comments

Comments
 (0)