mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-24 06:59:36 -05:00
Merge #1118
1118: ci: specify previous dprint version r=delta1 a=delta1 The dprint check is failing since the new release, so this commit fixes our CI to the previous working version. https://github.com/dprint/check/issues/8 Co-authored-by: Byron Hambly <bhambly@blockstream.com>
This commit is contained in:
commit
1947e441dc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
uses: dprint/check@v2.1
|
uses: dprint/check@v2.1
|
||||||
|
with:
|
||||||
|
dprint-version: 0.30.3
|
||||||
|
|
||||||
- name: Run clippy with default features
|
- name: Run clippy with default features
|
||||||
run: cargo clippy --workspace --all-targets -- -D warnings
|
run: cargo clippy --workspace --all-targets -- -D warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user