From c4112cd214a9c7cbed82c82eefc75904fb42d1af Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 11 Jan 2021 13:00:52 +0300 Subject: Update CI Format imports and code Distinct internal and app errors --- .github/workflows/build.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04208eeb..8f4dc73b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,17 +130,19 @@ jobs: file: ./coverage-ci/summary.txt fail_ci_if_error: false - golangci-check: + + golangci-lint: name: Golang-CI (lint) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - - name: golangci-lint - uses: reviewdog/action-golangci-lint@v1 # action page: + - name: Run linter + uses: golangci/golangci-lint-action@v2 # Action page: with: - github_token: ${{ secrets.github_token }} + version: v1.35 # without patch version + only-new-issues: false # show only new issues if it's a pull request image: name: Build docker image -- cgit v1.2.3