Skip to content

Commit

Permalink
fix: set ci job names
Browse files Browse the repository at this point in the history
  • Loading branch information
sanathkumarbs authored Jan 27, 2024
1 parent d46ffe1 commit 7081244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/base-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
lint-fmt:
name: "Lint and Format"
runs-on: ubuntu-latest

steps:
Expand All @@ -25,6 +26,7 @@ jobs:
run: make fmt

build:
name: "Build"
runs-on: ubuntu-latest

steps:
Expand All @@ -42,4 +44,4 @@ jobs:
run: make build-go

- name: Make Build Docker Images
run: make build-image
run: make build-image

0 comments on commit 7081244

Please sign in to comment.