From 46ad6c9a5e128676a80a35a345e3c6a7ade0d026 Mon Sep 17 00:00:00 2001 From: Maxwell Oldshein Date: Tue, 7 Oct 2025 14:53:47 -0400 Subject: [PATCH] Fix whitespace. --- .github/workflows/validate_modified_targets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_modified_targets.yml b/.github/workflows/validate_modified_targets.yml index 32e73f89..37e2eb01 100644 --- a/.github/workflows/validate_modified_targets.yml +++ b/.github/workflows/validate_modified_targets.yml @@ -88,7 +88,7 @@ jobs: 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