Skip to content

Commit

Permalink
build(deps): bump reviewdog/action-markdownlint from 0.25.0 to 0.26.0 (
Browse files Browse the repository at this point in the history
…#22)

Bumps
[reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint)
from 0.25.0 to 0.26.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reviewdog/action-markdownlint/releases">reviewdog/action-markdownlint's
releases</a>.</em></p>
<blockquote>
<h2>Release v0.26.0</h2>
<p>v0.26.0: PR <a
href="https://redirect.github.com/reviewdog/action-markdownlint/issues/68">#68</a>
- Add fail_level and deduplicate fail_on_error</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reviewdog/action-markdownlint/commit/f901468edf9a3634dd39b35ba26cad0aad1a0bfd"><code>f901468</code></a>
Merge pull request <a
href="https://redirect.github.com/reviewdog/action-markdownlint/issues/68">#68</a>
from reviewdog/add_fail_level</li>
<li><a
href="https://github.com/reviewdog/action-markdownlint/commit/adf21b3b49ad328c783817ff170dede3259c2259"><code>adf21b3</code></a>
Add disable comment</li>
<li><a
href="https://github.com/reviewdog/action-markdownlint/commit/95d9d62f57fde2f2c482a77053fa15ca4f7dec74"><code>95d9d62</code></a>
Add line break</li>
<li><a
href="https://github.com/reviewdog/action-markdownlint/commit/450f90087e8da2f90b1d37e29089d09cc626b4ef"><code>450f900</code></a>
Add fail_level and deduplicate fail_on_error</li>
<li>See full diff in <a
href="https://github.com/reviewdog/action-markdownlint/compare/v0.25.0...v0.26.0">compare
view</a></li>
</ul>
</details>
<br />


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

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
Guts authored Jan 1, 2025
2 parents 73a4a21 + 8f7c893 commit 06ba968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_linter_markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Filter results by added/modified lines.
- name: "Vérifie la syntaxe des lignes ajoutées ou modifiées"
id: markdownlint-github-pr-review-added
uses: reviewdog/action-markdownlint@v0.25.0
uses: reviewdog/action-markdownlint@v0.26.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
# # as long as they are in added/modified file even if the results are not in actual diff.
# - name: "Vérifie la syntaxe de tous les fichiers ajoutés ou modifiés"
# id: markdownlint-github-pr-review-file
# uses: reviewdog/action-markdownlint@v0.25.0
# uses: reviewdog/action-markdownlint@v0.26.0
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# fail_on_error: false
Expand Down

0 comments on commit 06ba968

Please sign in to comment.