aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-09-16 15:23:06 +0200
committerGitHub <noreply@github.com>2023-09-16 13:23:06 +0000
commit5fc2a3f63ade0a0439c2825717a61649898a02d1 (patch)
treec7063c2d1d4839ce738a1683348d5cea55f82203 /package.json
parent4ffc30cb842d6631fad1e6b45c77ac1101b405a3 (diff)
downloadgitea-5fc2a3f63ade0a0439c2825717a61649898a02d1.tar.gz
gitea-5fc2a3f63ade0a0439c2825717a61649898a02d1.zip
Add missing deps to files-changed (#27100)
The `docs` and `yaml` actions categories need to run when the dependencies `markdownlin-cli` or `yamllint` change, so add those to the list of dependencies for these actions. Fixes: https://github.com/go-gitea/gitea/issues/27098
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index cbecc287e4..87182ab214 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"eslint-plugin-vue-scoped-css": "2.5.0",
"eslint-plugin-wc": "1.5.0",
"jsdom": "22.1.0",
- "markdownlint-cli": "0.36.0",
+ "markdownlint-cli": "0.35.0",
"postcss-html": "1.5.0",
"stylelint": "15.10.3",
"stylelint-declaration-block-no-ignored-properties": "2.7.0",