Quickstart for Solo Developers
No config needed! Just run locally or integrate with GitHub Actions.
Local Execution
ciforge --repo . --base-ref origin/main --format markdown --fail-on high
GitHub Action
steps:
- uses: actions/checkout@v4
- uses: Tahiram32/ciforge@v5.0.0
with:
repo: '.'
format: 'markdown'
fail-on: 'high'