added checks to prevent bad pushes
This commit is contained in:
parent
95b4337d23
commit
f7653a4a5d
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v3"
|
- uses: "actions/checkout@v3"
|
||||||
- uses: "DeterminateSystems/nix-installer-action@main"
|
- uses: "DeterminateSystems/nix-installer-action@main"
|
||||||
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
- name: Check Nix flake inputs
|
||||||
|
uses: DeterminateSystems/flake-checker-action@v4
|
||||||
|
- name: Build default package
|
||||||
|
run: nix build
|
||||||
- uses: "DeterminateSystems/flakehub-push@main"
|
- uses: "DeterminateSystems/flakehub-push@main"
|
||||||
with:
|
with:
|
||||||
name: "specCon18/YUNODO"
|
name: "specCon18/YUNODO"
|
||||||
|
|
|
||||||
Reference in a new issue