On every PR to the main branch a series of checks must be passed in order for the PR to be merged.
Checks:
- Formatting
- Linux hosts checks
- Darwin hosts checks
The workflow should be efficient, look a way to reduce the build time, either improve the nix configuration it self and/or add some kind of cache to the GH workers so the builds doesn't last 1h.
On every PR to the
mainbranch a series of checks must be passed in order for the PR to be merged.Checks:
The workflow should be efficient, look a way to reduce the build time, either improve the nix configuration it self and/or add some kind of cache to the GH workers so the builds doesn't last 1h.