mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-03 07:23:32 +00:00
CI: add check action
This commit is contained in:
parent
65f49835f6
commit
c5a6662b2d
2 changed files with 22 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
secrets:
|
||||
CACHIX_AUTH_TOKEN:
|
||||
|
@ -19,5 +20,5 @@ jobs:
|
|||
|
||||
uses: ./.github/workflows/nix.yml
|
||||
with:
|
||||
command: nix build -L .#${{ matrix.package }}
|
||||
command: nix build -L .#${{ matrix.package }} -v
|
||||
secrets: inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue