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
Bumps [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/reviewdog/action-markdownlint/releases)
- [Commits](reviewdog/action-markdownlint@v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: reviewdog/action-markdownlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 32d91de commit cbbed7a
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 @@ -26,7 +26,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 @@ -61,7 +61,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 cbbed7a

Please sign in to comment.