From 100d286940e04c3536c447929aeddcf0884272e6 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Fri, 28 Aug 2026 21:21:54 +0300 Subject: [PATCH] =?UTF-8?q?=09=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB:=20=20=20=20.forgejo/workflows/hello.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/hello.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/workflows/hello.yaml diff --git a/.forgejo/workflows/hello.yaml b/.forgejo/workflows/hello.yaml new file mode 100644 index 0000000..9e4db0b --- /dev/null +++ b/.forgejo/workflows/hello.yaml @@ -0,0 +1,7 @@ +on: [push] +jobs: + hello: + runs-on: builder + steps: + - run: echo "Hello from runner! Wow! $(uname -a)" + - run: nix --version