Skip to content

Commit 5fc2a3f

Browse files
authored
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: #27098
1 parent 4ffc30c commit 5fc2a3f

File tree

3 files changed

+37
-32
lines changed

3 files changed

+37
-32
lines changed

.github/workflows/files-changed.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,12 @@ jobs:
6464
- "**/*.md"
6565
- "docs/**"
6666
- ".markdownlint.yaml"
67+
- "package.json"
68+
- "package-lock.json"
6769
6870
actions:
6971
- ".github/workflows/*"
72+
- "Makefile"
7073
7174
templates:
7275
- "templates/**/*.tmpl"
@@ -90,3 +93,5 @@ jobs:
9093
- "**/*.yml"
9194
- "**/*.yaml"
9295
- ".yamllint.yaml"
96+
- "pyproject.toml"
97+
- "poetry.lock"

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-plugin-vue-scoped-css": "2.5.0",
7272
"eslint-plugin-wc": "1.5.0",
7373
"jsdom": "22.1.0",
74-
"markdownlint-cli": "0.36.0",
74+
"markdownlint-cli": "0.35.0",
7575
"postcss-html": "1.5.0",
7676
"stylelint": "15.10.3",
7777
"stylelint-declaration-block-no-ignored-properties": "2.7.0",

0 commit comments

Comments
 (0)