Skip to content

Commit a24c607

Browse files
committed
ci: fixes yaml syntax
1 parent 2551185 commit a24c607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install clippy
1919
run: rustup component add clippy
2020
- name: Check linting
21-
cargo clippy --all-targets --all-features -- -D warnings
21+
run: cargo clippy --all-targets --all-features -- -D warnings
2222

2323
- name: Install rustfmt
2424
run: rustup component add rustfmt

0 commit comments

Comments
 (0)