Skip to content

Commit

Permalink
CI workflow improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Apr 23, 2022
1 parent fc33509 commit 0fda7e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
name: Lint
runs-on: ${{ matrix.os }}

needs: Go

env:
SRC_DIR: src/github.com/${{ github.repository }}

Expand Down Expand Up @@ -124,4 +126,4 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
working-directory: ${{env.SRC_DIR}}
args: --issues-exit-code=0 --build-tags=unit
args: --out-format=colored-line-number --issues-exit-code=0 --build-tags=unit

0 comments on commit 0fda7e1

Please sign in to comment.