1
0
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:
Dunedan
2025-05-26 17:18:58 +02:00
parent 782bab293b
commit d111d4cc84
+1
View File
@@ -60,6 +60,7 @@ repos:
rev: v0.43.0
hooks:
- id: markdownlint
language_version: 22.14.0
exclude: |
(?x)(
^.gitea/ISSUE_TEMPLATE/|