Skip to content

Commit 7c915a1

Browse files
committed
chore: replace unmaintained actions-rs/cargo action
1 parent 98238fd commit 7c915a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@ jobs:
2222
- name: Run tests with OTel feature
2323
run: cargo test --verbose --features otel
2424
- name: rustfmt
25-
uses: actions-rs/cargo@v1
26-
with:
27-
command: fmt
28-
args: --all -- --check
25+
run: cargo fmt --all --check

0 commit comments

Comments
 (0)