gha-expression-proof 1.0.0

GitHub Actions expression evaluator and receipt generator for offline CI compatibility testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contributing

`gha-expression-proof` is intentionally small and conformance-focused. Changes should improve compatibility with GitHub Actions expression behavior, receipt clarity, or offline CI ergonomics.

Before opening a change, run:

```powershell
cargo fmt --check
cargo test --locked
cargo clippy --locked --all-targets --all-features -- -D warnings
cargo doc --locked --no-deps
```

When changing expression behavior, add a unit or CLI test that names the GitHub Actions behavior being modeled.