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 5c909b6 commit fc33509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ jobs:

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
working-directory: ${{env.SRC_DIR}}
with:
working-directory: ${{env.SRC_DIR}}
args: --issues-exit-code=0 --build-tags=unit

0 comments on commit fc33509

Please sign in to comment.