Skip to content

Commit f920513

Browse files
committed
fix spacing....
1 parent fd35e2e commit f920513

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- name: Test
2121
run: go test -v ./...
2222

23-
lint:
24-
name: Lint
25-
runs-on: ubuntu-latest
26-
steps:
27-
- uses: actions/checkout@v2
28-
- name: golangci-lint
29-
uses: golangci/golangci-lint-action@v1
30-
with:
31-
version: v1.26
23+
lint:
24+
name: Lint
25+
runs-on: ubuntu-latest
26+
steps:
27+
- uses: actions/checkout@v2
28+
- name: golangci-lint
29+
uses: golangci/golangci-lint-action@v1
30+
with:
31+
version: v1.26

0 commit comments

Comments
 (0)