Skip to content

Commit ff86c27

Browse files
committed
Added step name
1 parent 5192a29 commit ff86c27

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/go.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-go@v5
11-
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
12-
- run: go test ./...
11+
- name: Install golangci-lint
12+
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
13+
- name: Run test
14+
run: go test ./...

handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func TestLangHandler_lint_Integration(t *testing.T) {
9292
{
9393
Range: Range{
9494
Start: Position{
95-
Line: 8,
95+
Line: 7,
9696
Character: 0,
9797
},
9898
End: Position{

0 commit comments

Comments
 (0)