Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Dec 11, 2023
1 parent 633ff2a commit 461d11b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down
4 changes: 4 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ config:
# fenced code block should be allowed depending on the use case.
code-block-style: false

# MD024/no-duplicate-heading: Multiple headings with the same content
# Used in CHANGELOG.md
no-duplicate-heading: false

# MD026/no-trailing-punctuation: Trailing punctuation in heading
# Used in README.md
no-trailing-punctuation: false
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.8.0
rev: v9.10.0
hooks:
- id: commitlint
stages:
- commit-msg
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.10.0
rev: v0.11.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 461d11b

Please sign in to comment.