Logo
Explore Help
Sign In
platform/crucible-agent-build-fastapi-endpoint
2
0
Fork 0
You've already forked crucible-agent-build-fastapi-endpoint
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a4c725a77de8d9b92ae499978165907fc0e99060
crucible-agent-build-fastap…/.github/workflows/ci.yml
demo-bot e36d170856
Some checks failed
ci / test (push) Has been cancelled
Details
decomposer: generate deliverable files for Define the service contract and project architecture for the FastAPI endpoint monitoring service.; Implement the typed monitor CRUD API and concurrency-safe in-memory state according to the service design.; Implement secure on-demand endpoint checks with status updates, latency measurement, robust error handling, and redacted structured logs.; Add operational API endpoints and environment-driven runtime configuration to the monitoring service.; Create automated tests for the monitoring service.; Package the service with Docker and developer documentation.; Validate the complete project.
2026-08-09 15:52:45 +00:00

20 lines
420 B
YAML
Raw Blame History

name: ci
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
- run: pip install -e '.[dev]'
- run: ruff format --check .
- run: ruff check .
- run: mypy src
- run: pytest -q
- run: docker build -t endpoint-monitor .
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 203ms Template: 14ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API