From 323a28bb9da207d410d0999d31992e5251cd1f96 Mon Sep 17 00:00:00 2001 From: Violin Date: Fri, 17 Jul 2026 20:50:34 +0100 Subject: [PATCH] Fix cross-platform CI workflow checks --- .gitattributes | 1 + .github/workflows/ci.yml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d9bd16b --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py text eol=lf diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d7cf35..057fd7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,5 @@ jobs: run: uv run ruff format --check . - name: Run tests run: uv run pytest -q -p no:cacheprovider - - name: Run guard plugin tests explicitly - run: uv run pytest -q tests/guard/test_plugin_guard.py -p no:cacheprovider - name: Validate release run: uv run python scripts/violin_guard.py check-release