GitHub Actions
| Name | Path | Latest major |
|---|---|---|
| Determine release modes | .github/actions/determine-release-modes |
v1 |
| Ensure Cargo version | .github/actions/ensure-cargo-version |
v1 |
| Export Cargo metadata | .github/actions/export-cargo-metadata |
v1 |
| Export Postgres URL | .github/actions/export-postgres-url |
v1 |
| Generate coverage | .github/actions/generate-coverage |
v1 |
| Linux packages | .github/actions/linux-packages |
v1 |
| macOS package | .github/actions/macos-package |
v1 |
| Ratchet coverage | .github/actions/ratchet-coverage |
v1 |
| Release to PyPI (uv) | .github/actions/release-to-pypi-uv |
v1 |
| Rust build release | .github/actions/rust-build-release |
v1 |
| Setup Rust | .github/actions/setup-rust |
v1 |
| Stage release artefacts | .github/actions/stage-release-artefacts |
v1 |
| Upload CodeScene Coverage | .github/actions/upload-codescene-coverage |
v1 |
| Upload release assets | .github/actions/upload-release-assets |
v1 |
| Validate Linux packages | .github/actions/validate-linux-packages |
v1 |
| Windows package | ./.github/actions/windows-package |
v0 |
| Name | Path |
|---|---|
| Dependabot auto-merge | .github/workflows/dependabot-automerge.yml |
Format, validate and test the repository:
make fmt
make test