mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-04 21:29:01 -04:00
Enforce consistent formatting of Markdown files
This commit is contained in:
parent
7397cb5990
commit
febc68c780
6 changed files with 26 additions and 14 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -31,6 +31,9 @@ jobs:
|
|||
- name: Check code formatting
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
- name: Check markdown formatting
|
||||
uses: dprint/check@v1
|
||||
|
||||
- name: Run clippy with default features
|
||||
run: cargo clippy --workspace --all-targets -- -D warnings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue