From 51990c27434abc6a8096c8aa6d90262ae0b11a87 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 | 7 +++++++ 1 file changed, 7 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..3fbab3c --- /dev/null +++ b/.forgejo/workflows/pipeline.yaml @@ -0,0 +1,7 @@ +on: [release] +jobs: + upload: + runs-on: host + steps: + - uses: actions/checkout@v4 + - run: ls -la \ No newline at end of file