This commit is contained in:
parent
554e706717
commit
6c6c84c24e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: debian-latest
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: nix --experimental-features 'nix-command flakes' flake check --verbose
|
||||||
|
|
Loading…
Add table
Reference in a new issue