feat(ci): Build package
All checks were successful
CI / flake-check (push) Successful in 1m31s
CI / build (push) Successful in 13m47s

This commit is contained in:
Daniel Kempkens 2023-09-14 15:01:37 +02:00
parent 4f8ffc7df7
commit b7cefa1d86
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -6,3 +6,7 @@ jobs:
flake-check:
uses: daniel/reusable-workflows/.github/workflows/nix-flake-check.yaml@main
secrets: inherit
build:
uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main
secrets: inherit