Skip to content

Commit bb6e117

Browse files
committed
lint to stdout
1 parent e01bb2c commit bb6e117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.execs/validate.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ executables:
5050

5151
if [ "$CI" = "true" ]; then
5252
echo "Running golangci-lint with sarif output..."
53-
golangci-lint run ./... --fix --output.sarif.path lint.sarif
53+
golangci-lint run ./... --fix --output.sarif.path lint.sarif --output.text.path stdout
5454
else
5555
golangci-lint run ./... --fix
5656
fi

0 commit comments

Comments
 (0)