Files
man-card/.gitea/workflows/ci.yml
7000pctAUTO 65eb4e38c9
Some checks failed
CI / test (push) Failing after 1s
Minimal CI workflow test
2026-01-31 21:55:26 +00:00

10 lines
175 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: pip install pytest && pip install -r requirements.txt && pytest tests/ -v