From f819cfc12c41eadbb6eab79f8a3d258db286a334 Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 5 Feb 2026 23:10:00 +0100 Subject: [PATCH] pipeline --- .forgejo/workflows/pipeline.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .forgejo/workflows/pipeline.yaml diff --git a/.forgejo/workflows/pipeline.yaml b/.forgejo/workflows/pipeline.yaml new file mode 100644 index 0000000..4d75a10 --- /dev/null +++ b/.forgejo/workflows/pipeline.yaml @@ -0,0 +1,8 @@ +on: [release] +jobs: + upload: + runs-on: host + steps: + - uses: actions/setup-node@v6 + - uses: actions/checkout@v6 + - run: ls -la \ No newline at end of file