added checks to prevent bad pushes

This commit is contained in:
Jeremiah S 2024-05-31 12:24:21 -04:00 committed by GitHub
parent 95b4337d23
commit f7653a4a5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,11 @@ jobs:
steps:
- uses: "actions/checkout@v3"
- 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"
with:
name: "specCon18/YUNODO"