Retain original whitespace

This commit is contained in:
Maxwell Oldshein 2025-10-07 14:52:53 -04:00
parent 70c3c84196
commit d20dcbe8db
1 changed files with 2 additions and 1 deletions

View File

@ -86,8 +86,9 @@ jobs:
if: steps.discover-modified.outputs.changed_targets != ''
run: |
poetry run pytest tests/test_manifest.py::test_validate_manifest_against_local_schema
# --- The rest of the steps below are unchanged ---
- name: Validate modified targets
if: steps.discover-modified.outputs.changed_targets != ''
continue-on-error: true