mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Specify the NodeJS version for markdownlint
Running the markdownlint pre-commit hook as Gitea Action fails for markdownlint >=0.38.0, as the NodeJS version available in the Act Runner Docker image so too old for that. To solve this, this commit specifies a newer NodeJS version to use.
This commit is contained in:
parent
782bab293b
commit
d111d4cc84
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ repos:
|
||||||
rev: v0.43.0
|
rev: v0.43.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
|
language_version: 22.14.0
|
||||||
exclude: |
|
exclude: |
|
||||||
(?x)(
|
(?x)(
|
||||||
^.gitea/ISSUE_TEMPLATE/|
|
^.gitea/ISSUE_TEMPLATE/|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue