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>
pull/1119/head
bors[bot] 2 years ago committed by GitHub
commit 1947e441dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,8 @@ jobs:
- name: Check formatting
uses: dprint/check@v2.1
with:
dprint-version: 0.30.3
- name: Run clippy with default features
run: cargo clippy --workspace --all-targets -- -D warnings

Loading…
Cancel
Save