Skip to content

Commit

Permalink
ci: make "new-from-rev" work for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tessig committed Oct 26, 2022
1 parent 21b26df commit 258a7b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
with:
go-version: 1.*
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 258a7b5

Please sign in to comment.