We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e99c75 commit f59ce4cCopy full SHA for f59ce4c
.github/workflows/pr.yml
@@ -16,10 +16,10 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: lint
19
- uses: golangci/golangci-lint-action@v0.1.3
+ uses: golangci/golangci-lint-action@v0
20
with:
21
version: v1.26
22
- github-token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
23
tests-on-windows:
24
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
25
runs-on: windows-latest
0 commit comments