parent
c2c2634694
commit
dbf2f9f6fc
1 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@ 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' profile install nixpkgs#nodejs-slim
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix --experimental-features 'nix-command flakes' flake check --verbose
|
||||
|
|
Loading…
Add table
Reference in a new issue