Commit Graph

5 Commits

Author SHA1 Message Date
root
309aca6036 ci: use system Python instead of setup-python action
Some checks failed
Release & Publish / build (push) Failing after 7s
Release & Publish / publish-gitea (push) Has been skipped
Release & Publish / docs (push) Has been skipped
2026-03-29 00:02:17 +00:00
root
0c22b31e1c ci: setup complete CI/CD with PR checks, release pipeline, and conventions
Some checks failed
Release & Publish / build (push) Failing after 2m31s
Release & Publish / publish-gitea (push) Has been skipped
Release & Publish / docs (push) Has been skipped
- Add PR checks workflow (tests, lint, security, commitlint)
- Add release workflow (build, publish to Gitea, deploy docs)
- Add pre-commit hooks (ruff, format, commitlint)
- Add CONTRIBUTING.md with development guidelines
- Add commitlint configuration
- Rename master → main branch
- Configure ruff, pytest, coverage in pyproject.toml
2026-03-28 23:38:19 +00:00
root
0a882d58c5 fix: workflow branch name master not main
Some checks failed
CI - Tests & Lint / test (push) Failing after 1m16s
2026-03-28 23:28:27 +00:00
root
6ac9c533fa feat: add /api/validation/checktext endpoint with tests
- Add ValidationResponse and ValidationIssue models
- Add client.other.validate_text() method
- Add 3 unit tests for validation endpoint
- Update CI/CD workflow for real test runs
- Update .gitignore for Python projects
- Update documentation and WIP.md
2026-03-28 23:15:16 +00:00
root
1742db7052 ci: add test workflow for Gitea Actions 2026-03-23 15:35:31 +00:00