Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit e31ceab

Browse files
committed
Use better step names
1 parent ce27558 commit e31ceab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,13 @@ jobs:
3939
- uses: actions/setup-go@v2-beta
4040
with:
4141
go-version: "1.13"
42-
- name: "List go version"
43-
run: "go version"
44-
- name: "Run Lint"
42+
- name: "Lint Lurcher Go Code"
4543
run: |
4644
cd operator/
4745
go fmt ./...
4846
go vet ./...
4947
- uses: docker/build-push-action@v1
48+
name: "Build & Push Lurcher Image"
5049
with:
5150
username: ${{ secrets.DOCKER_USERNAME }}
5251
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)