новый файл: .forgejo/workflows/hello.yaml
All checks were successful
/ hello (push) Successful in 0s
All checks were successful
/ hello (push) Successful in 0s
This commit is contained in:
parent
67ef73cd0f
commit
100d286940
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/hello.yaml
Normal file
7
.forgejo/workflows/hello.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: builder
|
||||
steps:
|
||||
- run: echo "Hello from runner! Wow! $(uname -a)"
|
||||
- run: nix --version
|
||||
Loading…
Reference in a new issue