fix(ci): build needs check
All checks were successful
CI / check (push) Successful in 1m32s
CI / build (push) Successful in 2m21s

This commit is contained in:
Daniel Kempkens 2023-09-14 15:59:27 +02:00
parent b7cefa1d86
commit 484730c9ed
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -3,10 +3,11 @@ name: CI
on: [push]
jobs:
flake-check:
check:
uses: daniel/reusable-workflows/.github/workflows/nix-flake-check.yaml@main
secrets: inherit
build:
needs: check
uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main
secrets: inherit