Skip to content

Commit

Permalink
Merge pull request #117 from geotribu/dependabot/github_actions/revie…
Browse files Browse the repository at this point in the history
…wdog/action-markdownlint-0.26.0

build(deps): bump reviewdog/action-markdownlint from 0.25.0 to 0.26.0
  • Loading branch information
Guts authored Jan 3, 2025
2 parents 930e3bd + 38717f9 commit 72fb245
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 72fb245

Please sign in to comment.