Skip to content

Commit

Permalink
Merge branch 'master' into rdp/2024-09-27
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux authored Oct 4, 2024
2 parents d16da16 + 4046741 commit 85fcfde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.24.0
uses: reviewdog/action-markdownlint@v0.25.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.24.0
# uses: reviewdog/action-markdownlint@v0.25.0
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# fail_on_error: false
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mkdocs-git-authors-plugin<0.10
mkdocs-git-committers-plugin-2>=2.2.3,<2.4
mkdocs-git-revision-date-localized-plugin>=1,<1.3
mkdocs-glightbox>=0.3,<0.5
mkdocs-macros-plugin>=0.5,<1.1
mkdocs-macros-plugin>=0.5,<1.3
mkdocs-minify-plugin<0.9
mkdocs-redirects<1.3
mkdocs-rss-plugin>=1.14,<1.16
Expand Down

0 comments on commit 85fcfde

Please sign in to comment.