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:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- run: |
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Check
|
||||
run: |
|
||||
pwd
|
||||
ls -la .
|
||||
nix flake check
|
||||
|
|
Loading…
Reference in a new issue