use forgejo-runner
This commit is contained in:
parent
6f00317134
commit
5bf249ce8a
1 changed files with 3 additions and 0 deletions
|
@ -4,4 +4,7 @@ jobs:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- run: echo $PATH
|
||||||
|
- run: echo $PWD
|
||||||
|
- run: ls -la
|
||||||
- run: nix flake check
|
- run: nix flake check
|
Loading…
Reference in a new issue