Skip to content

Commit

Permalink
Adjust golang lint pipeline (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Farver <paulfarver@gmail.com>
  • Loading branch information
PaulFarver committed Jan 13, 2022
1 parent 5b879af commit 0cb9750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: latest
repo-token: ${{secrets.GITHUB_TOKEN}}
github-token: ${{secrets.GITHUB_TOKEN}}
only-new-issues: true

0 comments on commit 0cb9750

Please sign in to comment.