Files
the_order/.github
defiQUG 72740654da
Some checks failed
CI / Lint and Type Check (push) Failing after 2m55s
CI / Test (push) Failing after 2m34s
CI / Build (push) Failing after 1m56s
CI / Security Scan (push) Successful in 1m10s
CI / Generate SBOM (push) Failing after 2m49s
Security Audit / Security Audit (push) Failing after 2m58s
Security Audit / Dependency Review (push) Has been skipped
Security Audit / CodeQL Analysis (push) Successful in 3m26s
CI / Build Docker Images (dataroom) (push) Has been skipped
CI / Build Docker Images (finance) (push) Has been skipped
CI / Build Docker Images (identity) (push) Has been skipped
CI / Build Docker Images (intake) (push) Has been skipped
ci: clarify Postgres service hostname for Gitea act_runner vs VM runners
Merge duplicate comments from CI workflow conflict resolution.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-11 21:10:14 -07:00
..

GitHub Repository

This directory contains GitHub-specific configurations and workflows.

Contents

  • Workflows (workflows/): GitHub Actions CI/CD pipelines
  • Templates (PULL_REQUEST_TEMPLATE.md, ISSUE_TEMPLATE/): Issue and PR templates

CI/CD

GitHub Actions workflows are configured for:

  • Continuous Integration (testing, linting, type checking)
  • Continuous Deployment (build and deploy)
  • Security scanning
  • Dependency updates

Contributing

See Contributing Guidelines for details on:

  • Code style
  • Pull request process
  • Testing requirements
  • Documentation standards

Last Updated: 2025-01-27