Skip to content

Commit

Permalink
update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kechigon committed Oct 4, 2024
1 parent a9e1667 commit 85a9737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
- name: Run golangci-lint with reviewdog
run: |
golangci-lint run --out-format=line-number | reviewdog -f=golangci-lint -reporter=github-check
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 85a9737

Please sign in to comment.