File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
4646
4747 BUILD_TAGS=rocksdb,grocksdb_clean_link,objstore
4848 go build -tags $BUILD_TAGS ./cmd/cronosd
49- golangci-lint run --fix --out-format=github-actions --path-prefix=./ --timeout 30m --build-tags $BUILD_TAGS
49+ golangci-lint run --fix --output.text.path stdout --path-prefix=./ --timeout 30m --build-tags $BUILD_TAGS
5050 cd versiondb
51- golangci-lint run --fix --out-format=github-actions --path-prefix=./versiondb --timeout 30m --build-tags $BUILD_TAGS
51+ golangci-lint run --fix --output.text.path stdout --path-prefix=./versiondb --timeout 30m --build-tags $BUILD_TAGS
5252 cd ../memiavl
53- golangci-lint run --fix --out-format=github-actions --path-prefix=./memiavl --timeout 30m --build-tags objstore
53+ golangci-lint run --fix --output.text.path stdout --path-prefix=./memiavl --timeout 30m --build-tags objstore
5454 cd ../store
55- golangci-lint run --fix --out-format=github-actions --path-prefix=./store --timeout 30m --build-tags objstore
55+ golangci-lint run --fix --output.text.path stdout --path-prefix=./store --timeout 30m --build-tags objstore
5656 # Check only if there are differences in the source code
5757 if : steps.changed-files.outputs.any_changed == 'true'
5858 - name : check working directory is clean
You can’t perform that action at this time.
0 commit comments