From cd4b40fffd1a1df589fdd3d076e0dd16dcede89f Mon Sep 17 00:00:00 2001 From: Evgeny Danienko <6655321@bk.ru> Date: Wed, 11 May 2022 15:26:55 +0300 Subject: [PATCH] test without linters --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40483cbe73..f9b383a310 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,15 +49,6 @@ jobs: # echo >&2 "Reproducible build broken"; cat bor1.sha256; cat bor2.sha256; exit 1 # fi - - name: Lint - if: runner.os == 'Linux' - uses: golangci/golangci-lint-action@v3 - with: - version: v1.46 - skip-pkg-cache: true - skip-build-cache: true - only-new-issues: true - - name: Test run: make test @@ -65,4 +56,13 @@ jobs: run: make test-race - name: test-integration - run: make test-integration \ No newline at end of file + run: make test-integration + + - name: Lint + if: runner.os == 'Linux' + uses: golangci/golangci-lint-action@v3 + with: + version: v1.46 + skip-pkg-cache: true + skip-build-cache: true + only-new-issues: true \ No newline at end of file