mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-20 12:08:35 -04:00
Replace cargo-fmt with dprint
If we want to use stable Rust, we can't use cargo-fmt with nightly features.
This commit is contained in:
parent
b8cb9e1b8b
commit
694ade11d1
4 changed files with 16 additions and 19 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -17,9 +17,6 @@ jobs:
|
|||
|
||||
- uses: Swatinem/rust-cache@v1.2.0
|
||||
|
||||
- name: Check code formatting
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
- name: Check formatting
|
||||
uses: dprint/check@v1.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue