We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd913e commit eb543bdCopy full SHA for eb543bd
1 file changed
.github/workflows/validate-skills.yaml
@@ -2,6 +2,10 @@ name: validate-skills
2
3
on:
4
push:
5
+ paths:
6
+ - 'skills/**/SKILL.md'
7
+ - 'scripts/validate_skills.py'
8
+ - '.github/workflows/validate-skills.yaml'
9
10
jobs:
11
validate-skills:
0 commit comments