# state-machine-runner

Utility to run a state machine and wait for it to complete.

## Running Locally

Copy `.env.shadow` to `.env` and populate the values. Then run with Docker Compose:

```
docker compose run --build --rm state-machine-runner
```

# Testing

To run the unit tests:

```
make docker_unit_lint
```
