Skip to content

Commit

Permalink
Rename Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkraic committed Aug 6, 2024
1 parent b5d1ec5 commit aa85fac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: Go
name: 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: Go
name: 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: Go
name: Vulncheck

on: [push]

Expand Down

0 comments on commit aa85fac

Please sign in to comment.