forked from mirrors/0ad
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:
@@ -60,6 +60,7 @@ repos:
|
||||
rev: v0.43.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
language_version: 22.14.0
|
||||
exclude: |
|
||||
(?x)(
|
||||
^.gitea/ISSUE_TEMPLATE/|
|
||||
|
||||
Reference in New Issue
Block a user