cheapskate-ci

Run your CI locally.

Setup

Usage

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

!/bin/sh

export RUSTLOG="cheapskateci=debug" cheapskate-ci run ```

Example pre-push hook:

```shell

!/bin/sh

export RUSTLOG="cheapskateci=debug" cheapskate-ci run --status ```