mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-15 08:38:58 -05:00
chore: fix dprint config and run fmt
This commit is contained in:
parent
31914bc1ed
commit
00cfce57c7
11 changed files with 136 additions and 100 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -15,6 +15,11 @@ jobs:
|
|||
- name: Checkout sources
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: 1.63
|
||||
components: clippy,rustfmt
|
||||
|
||||
- uses: Swatinem/rust-cache@v2.2.1
|
||||
|
||||
- name: Check formatting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue