feat(ci): Build package
This commit is contained in:
parent
4f8ffc7df7
commit
b7cefa1d86
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue