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
cheapskate-ci run ```
There's no post-push hook, unfortunately, so after pushing you'll want to manually run:
shell
cheapskate-ci run --status
Which will again run the steps, and then send a successful commit status to GitHub.