Skip to content
/ dendrix Public

Initial commit

Initial commit #56

Workflow file for this run

{
"jobs": {
"check": {
"runs-on": "ubuntu-latest",
"steps": [
{
"uses": "actions/checkout@v4"
},
{
"uses": "wimpysworld/nothing-but-nix@main",
"with": {
"hatchet-protocol": "holster"
}
},
{
"uses": "DeterminateSystems/nix-installer-action@main"
},
{
"uses": "DeterminateSystems/magic-nix-cache-action@main"
},
{
"run": "nix flake --accept-flake-config check path:dev --override-input dendrix . --print-build-logs"
}
]
}
},
"on": {
"push": {},
"workflow_call": {}
}
}