новый файл: .forgejo/workflows/hello.yaml
All checks were successful
/ hello (push) Successful in 0s

This commit is contained in:
Gregory Bednov 2026-08-28 21:21:54 +03:00
commit 100d286940

View file

@ -0,0 +1,7 @@
on: [push]
jobs:
hello:
runs-on: builder
steps:
- run: echo "Hello from runner! Wow! $(uname -a)"
- run: nix --version