Skip to content

Commit

Permalink
Fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkraic committed Aug 8, 2024
1 parent aa85fac commit d9b9317
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test
name: Go build and test

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Go lint

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulncheck.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Vulncheck
name: Go vulncheck

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lint:
vulncheck:
govulncheck ./...

build-only: build-service
build-only: build-service build-example-grpc-server

build-service:
CGO_ENABLED=0 GOOS=linux go build $(LDFLAGS) -o $(APP_NAME) ./cmd/service/
Expand Down

0 comments on commit d9b9317

Please sign in to comment.