Skip to content

Commit cc735ed

Browse files
authored
Rename step from 'Run clippy' to 'Check formatting'
1 parent a835e8b commit cc735ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222

23-
- name: Run clippy
23+
- name: Check formatting
2424
run: cargo fmt -- --check

0 commit comments

Comments
 (0)