Skip to content

Commit 7ae2e7d

Browse files
committed
ci: update ci names
1 parent ce62aca commit 7ae2e7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- main
66
jobs:
77
build:
8+
name: Build
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Checkout repository
@@ -22,6 +23,7 @@ jobs:
2223
- name: Build service
2324
run: make
2425
lint:
26+
name: Lint
2527
runs-on: ubuntu-latest
2628
steps:
2729
- name: Checkout repository

0 commit comments

Comments
 (0)