Checkout
This commit is contained in:
parent
93e4d760ff
commit
d87fe696e3
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Check
|
||||||
|
run: |
|
||||||
pwd
|
pwd
|
||||||
ls -la .
|
ls -la .
|
||||||
nix flake check
|
nix flake check
|
||||||
|
|
Loading…
Reference in a new issue