Skip to content

Commit 3063be5

Browse files
fixup! fix: github actions
1 parent 4443174 commit 3063be5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/reviewdog.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -120,20 +120,6 @@ jobs:
120120
golangci_lint_flags: "--default none -E staticcheck ./testdata"
121121
tool_name: staticcheck
122122

123-
golint:
124-
name: runner / golint
125-
runs-on: ubuntu-latest
126-
steps:
127-
- name: Check out code into the Go module directory
128-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
129-
- name: golint
130-
uses: ./
131-
with:
132-
github_token: ${{ secrets.github_token }}
133-
golangci_lint_flags: "--default none -E golint ./testdata"
134-
tool_name: golint
135-
level: warning
136-
137123
errcheck:
138124
name: runner / errcheck
139125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)