Skip to content

Commit

Permalink
chore: make the same naming for all github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 5, 2024
1 parent 60a4d83 commit dd1ff1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CodeCov
name: "Check: CodeCov"

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Codespell
name: "Check: Codespell"

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: golangci-lint
---
name: "Check: golangci-lint"

on:
push:
tags:
Expand Down

0 comments on commit dd1ff1a

Please sign in to comment.