Basic scaffolding
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
stages:
|
||||
- check
|
||||
- build
|
||||
|
||||
check:
|
||||
stage: check
|
||||
tags:
|
||||
- nix
|
||||
script:
|
||||
- nix flake check -L
|
||||
Reference in New Issue
Block a user