Skip to content

Commit bab9433

Browse files
committed
revert lint.yml
1 parent cd95093 commit bab9433

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)