parent
c2c2634694
commit
fc8155ff09
1 changed files with 3 additions and 5 deletions
|
@ -2,8 +2,6 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: debian-latest
|
||||
container:
|
||||
image: nixos/nix
|
||||
steps:
|
||||
- run: nix flake check --verbose
|
||||
runs-on: nix-latest
|
||||
steps:
|
||||
- run: nix --experimental-features 'nix-command flakes' flake check --verbose
|
||||
|
|
Loading…
Add table
Reference in a new issue