Add Gitea Actions workflow: ci.yml
All checks were successful
CI / test (push) Successful in 13s

This commit is contained in:
2026-02-03 07:24:54 +00:00
parent ff3069abfc
commit 0250f4f5a9

View File

@@ -22,7 +22,7 @@ jobs:
pip install -e vibeguard/
- name: Run tests
run: pytest vibeguard/tests/ -v --tb=short
run: pytest tests/ -v --tb=short
- name: Run linting
run: |