Skip to content

Commit 05352b4

Browse files
committed
ci: Add back ci name
1 parent 7c1b3cd commit 05352b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
- main
55
pull_request:
66

7+
name: ci
8+
79
jobs:
810
check:
911
name: Check
@@ -31,4 +33,4 @@ jobs:
3133
- uses: dtolnay/rust-toolchain@stable
3234
- uses: swatinem/rust-cache@v2
3335
- run: cargo fmt --all -- --check
34-
- run: cargo clippy -- -D warnings
36+
- run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)