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
This commit is contained in:
silverwind
2023-09-16 15:23:06 +02:00
committed by GitHub
parent 4ffc30cb84
commit 5fc2a3f63a
3 changed files with 37 additions and 32 deletions

View File

@@ -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",