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