Skip to content

Commit

Permalink
workflow names update
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Feb 25, 2024
1 parent 6e48cf1 commit 445a634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# More details at https://github.com/rust-lang/rust-clippy
# and https://rust-lang.github.io/rust-clippy/
---
name: rust-clippy analyze
name: Rust Clippy Analyze

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: rust-fmt
name: Rust Format

on:
push:
Expand Down

0 comments on commit 445a634

Please sign in to comment.