Skip to content

Commit 1c8ff8a

Browse files
committed
chore: add step names
1 parent a58f704 commit 1c8ff8a

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
goreleaser:
7-
name: go
7+
name: build
88
runs-on: ubuntu-latest
99
steps:
1010
-

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: pull_request
44

55
jobs:
66
golangci:
7-
name: go
7+
name: lint
88
runs-on: ubuntu-latest
99
steps:
1010
-

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
goreleaser:
9+
name: release
910
runs-on: ubuntu-latest
1011
steps:
1112
-

.github/workflows/todo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
todo:
9+
name: todo
910
runs-on: ubuntu-latest
1011
steps:
1112
-

0 commit comments

Comments
 (0)