Skip to content

Commit dfede82

Browse files
authored
Merge pull request #4 from SharedIntellect/fix/verdict-json-none
fix: limit CI validation to Python files until docs rubrics ship
2 parents 016e9c6 + abade8f commit dfede82

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/quorum-validate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ jobs:
5656
fi
5757
5858
# Get changed files that Quorum can validate
59+
# NOTE: Currently limited to Python files — Quorum auto-detects the
60+
# python-code rubric for .py files. Other file types (markdown, YAML,
61+
# etc.) will be added once dedicated rubrics are available.
5962
CHANGED=$(git diff --name-only "$BASE" HEAD -- \
60-
'*.py' '*.md' '*.yaml' '*.yml' '*.json' '*.toml' '*.ps1' \
63+
'*.py' \
6164
| grep -v '__pycache__' \
6265
| grep -v '.github/' \
6366
| head -50)

0 commit comments

Comments
 (0)