From 86c6c2527362760c5479c18518f5411f1848476c Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Thu, 28 Sep 2023 19:13:17 +0200 Subject: [PATCH] Update revive step in test action --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0c5726..20eff33 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -71,7 +71,7 @@ jobs: run: gofumpt -d -e -l . - name: Run revive - run: revive --set_exit_status --exclude="./examples/..." ./... + run: revive --formatter=stylish --exclude=./examples/... ./... - name: Run lint-parallel-tests run: hack/lint-parallel-tests