Script
This commit is contained in:
parent
c56659cc56
commit
1bbed3bfd6
1 changed files with 4 additions and 1 deletions
|
@ -3,4 +3,7 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- run: nix flake check
|
- run: |
|
||||||
|
pwd
|
||||||
|
ls -la .
|
||||||
|
nix flake check
|
||||||
|
|
Loading…
Reference in a new issue