Add Gitea Actions workflow: ci.yml
Some checks failed
CI / test (push) Failing after 16s
CI / build (push) Has been skipped

This commit is contained in:
2026-02-02 20:23:48 +00:00
parent 2a6c0786df
commit 5de03b3bd5

View File

@@ -26,10 +26,10 @@ jobs:
run: pytest tests/ -v
- name: Run linter
run: ruff check regex_humanizer/ tests/
run: ruff check src/ tests/
- name: Run type check
run: mypy regex_humanizer/
run: mypy src/
build:
runs-on: ubuntu-latest