ci: use 'nix flake check'
Now that I am using agenix, secrets stays encrypted at rest.
This commit is contained in:
parent
de92358bc0
commit
2cc13dddb5
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ type: exec
|
||||||
name: NixOS config check
|
name: NixOS config check
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: format check
|
- name: nix flake check
|
||||||
commands:
|
commands:
|
||||||
- nix develop -c nixpkgs-fmt .
|
- nix flake check
|
||||||
|
|
||||||
- name: notifiy
|
- name: notifiy
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue