Fix CI workflow: lint only snip/ and tests/ directories, fix verify step
Some checks failed
CI / test (push) Failing after 14s
CI / lint (push) Failing after 6s

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/