Skip to content

Commit 9eb4aea

Browse files
committed
fmt
1 parent 3c0d891 commit 9eb4aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
with:
1818
persist-credentials: false
1919

20-
- name: Set up Go
20+
- name: setup go
2121
uses: actions/setup-go@v5
2222
with:
2323
go-version-file: 'go.mod'
2424
cache: true
2525

26-
- name: Launch golangci-lint
26+
- name: run golangci-lint
2727
uses: golangci/golangci-lint-action@v7

0 commit comments

Comments
 (0)