ci: add package check

This commit is contained in:
Bruno BELANYI 2023-11-18 20:21:05 +00:00
parent d30a2d7366
commit a57f1cfa71
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ steps:
commands:
- nix flake check
- name: package check
image: bash
commands:
- nix build
- name: notifiy
image: bash
secrets: