1289: build(deps): bump dprint/check from 2.1 to 2.2 r=delta1 a=dependabot[bot]

Bumps [dprint/check](https://github.com/dprint/check) from 2.1 to 2.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>v2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add input for specifiable config by <a href="https://github.com/kachick"><code>`@​kachick</code></a>` in <a href="https://github-redirect.dependabot.com/dprint/check/pull/9">dprint/check#9</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kachick"><code>`@​kachick</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/dprint/check/pull/9">dprint/check#9</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/dprint/check/compare/v2.1...v2.2">https://github.com/dprint/check/compare/v2.1...v2.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2f1cf31537"><code>2f1cf31</code></a> v2.2</li>
<li><a href="58958abb76"><code>58958ab</code></a> chore: remove dprint-another.json</li>
<li><a href="23e4f056b9"><code>23e4f05</code></a> feat: add inputs for specifiable config (<a href="https://github-redirect.dependabot.com/dprint/check/issues/9">#9</a>)</li>
<li><a href="c0ea92f185"><code>c0ea92f</code></a> docs: slightly simplify</li>
<li>See full diff in <a href="https://github.com/dprint/check/compare/v2.1...v2.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dprint/check&package-manager=github_actions&previous-version=2.1&new-version=2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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:
bors[bot] 2023-01-28 09:46:27 +00:00 committed by GitHub
commit 6f7956c8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
- uses: Swatinem/rust-cache@v2.2.0
- name: Check formatting
uses: dprint/check@v2.1
uses: dprint/check@v2.2
- name: Run clippy with default features
run: cargo clippy --workspace --all-targets -- -D warnings