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 5192a29 commit ff86c27Copy full SHA for ff86c27
.github/workflows/go.yaml
@@ -8,5 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- uses: actions/setup-go@v5
11
- - run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
12
- - run: go test ./...
+ - name: Install golangci-lint
+ run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
13
+ - name: Run test
14
+ run: go test ./...
handler_test.go
@@ -92,7 +92,7 @@ func TestLangHandler_lint_Integration(t *testing.T) {
92
{
93
Range: Range{
94
Start: Position{
95
- Line: 8,
+ Line: 7,
96
Character: 0,
97
},
98
End: Position{
0 commit comments