Fix CI workflow: lint only snip/ and tests/ directories, fix verify step

This commit is contained in:
2026-03-22 11:28:27 +00:00
parent b76b83eda3
commit d6a2596c56

View File

@@ -45,4 +45,4 @@ jobs:
run: pip install ruff run: pip install ruff
- name: Run ruff - name: Run ruff
run: ruff check . run: ruff check snip/ tests/