Skip to content

Commit

Permalink
[workflows] fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremmfr committed Nov 26, 2019
1 parent f5a0328 commit e367314
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
- name: Check out code
uses: actions/checkout@v1
- name: Get dependencies
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
- name: Check out code
uses: actions/checkout@v1
- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
- name: Check out code
uses: actions/checkout@v1
- name: Install golangci-lint
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.21.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
go-version: 1.13
id: go

- name: Check out code into the Go module directory
- name: Check out code
uses: actions/checkout@v1
- name: Set env
run: |
Expand Down

0 comments on commit e367314

Please sign in to comment.