We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062d22b commit b9cf09aCopy full SHA for b9cf09a
.github/workflows/ci-quality-gate.yml
@@ -66,7 +66,10 @@ jobs:
66
run: |
67
# Exclude pr-issue-auto-close.yml (complex JS template literals cause parsing errors)
68
# Exclude smart-sync.yml (uses projects_v2_item event not yet in official schema)
69
- find .github/workflows -name "*.yml" ! -name "pr-issue-auto-close.yml" ! -name "smart-sync.yml" -exec check-jsonschema --builtin-schema github-workflows {} + || true
+ find .github/workflows -name "*.yml" \
70
+ ! -name "pr-issue-auto-close.yml" \
71
+ ! -name "smart-sync.yml" \
72
+ -exec check-jsonschema --builtin-schema github-workflows {} + || true
73
74
- name: Python syntax check
75
0 commit comments