Fix cross-platform CI workflow checks

This commit is contained in:
Violin
2026-07-17 20:50:34 +01:00
parent 1a86fc7916
commit 323a28bb9d
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
*.py text eol=lf
-2
View File
@@ -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