We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7454e2 commit 98b684cCopy full SHA for 98b684c
1 file changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Check JSON Schema is up to date
50
run: |
51
uv run python scripts/generate_schema.py
52
- if ! git diff --exit-code sidemantic-schema.json docs/schema.json; then
+ if ! git diff --exit-code sidemantic-schema.json; then
53
echo "JSON Schema is out of date. Run 'uv run python scripts/generate_schema.py' and commit the changes."
54
exit 1
55
fi
0 commit comments