mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-11-17 15:26:14 +00:00
Merge #398
398: Bump dprint/check from v1 to v1.2 r=thomaseizinger a=dependabot[bot] Bumps [dprint/check](https://github.com/dprint/check) from v1 to v1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dprint/check/releases">dprint/check's releases</a>.</em></p> <blockquote> <h2>v1.2</h2> <p>Upgrade to support new <em>dprint.json</em> configuration file name.</p> <h2>v1.1</h2> <p>Upgrades to dprint 0.12.0 for support for the new <em>dprint.json</em> configuration file.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="58765d1963
"><code>58765d1</code></a> fix: Fix version in README.md</li> <li><a href="3951ef3848
"><code>3951ef3</code></a> feat: Upgrade to dprint 0.12.0</li> <li><a href="5a6244b61d
"><code>5a6244b</code></a> chore: Update instructions.</li> <li>See full diff in <a href="https://github.com/dprint/check/compare/v1...58765d19636462e70cd83fe4de8dfc16e7d6f5d2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
ce1cecb17f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
- name: Check markdown formatting
|
||||
uses: dprint/check@v1
|
||||
uses: dprint/check@v1.2
|
||||
|
||||
- name: Run clippy with default features
|
||||
run: cargo clippy --workspace --all-targets -- -D warnings
|
||||
|
Loading…
Reference in New Issue
Block a user