Skip to content

Commit

Permalink
improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed May 26, 2024
1 parent 5154fc0 commit c09d58f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: RustfmtCheck

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

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

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

on:
push:
Expand Down

0 comments on commit c09d58f

Please sign in to comment.