Skip to content

Commit

Permalink
fix: GHA names
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Nov 7, 2023
1 parent b5968eb commit 34ecf6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Go Build Test
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golanci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: golangci-lint
name: Go linters
on:
push:
branches:
Expand All @@ -14,7 +14,7 @@ permissions:
pull-requests: read

jobs:
golangci:
lint:
name: lint
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Security Scan"
name: Security Scan
on:
push:
branches:
Expand Down

0 comments on commit 34ecf6d

Please sign in to comment.