Run your CI locally.
cargo install cheapskate-ci
, orcargo install --path .
Create a cheapskate-ci.toml
in the root of your project.
See cheapskate-ci.toml for an example.
Example pre-commit hook (to make sure all commits are passing):
```shell
export RUSTLOG="cheapskateci=debug" cheapskate-ci run ```
Example pre-push hook:
```shell
export RUSTLOG="cheapskateci=debug" cheapskate-ci run --status ```