Skip to content

Commit 81654f3

Browse files
committed
ci: fix naming
1 parent d6e0ab2 commit 81654f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
toolchain: stable
4747
override: true
4848

49-
- name: format
49+
- name: Format
5050
uses: actions-rs/cargo@v1
5151
with:
5252
command: fmt
@@ -65,7 +65,7 @@ jobs:
6565
toolchain: stable
6666
override: true
6767

68-
- name: format
68+
- name: Clippy
6969
uses: actions-rs/cargo@v1
7070
with:
7171
command: clippy

0 commit comments

Comments
 (0)