From f2770b7bd5f8ccf8da12d11beda1d5e828857331 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..3e2efcb --- /dev/null +++ b/.forgejo/workflows/pipeline.yaml @@ -0,0 +1,8 @@ +on: [push] +jobs: + upload: + runs-on: host + steps: + - uses: actions/setup-node@v6 + - uses: actions/checkout@v6 + - run: ls -la \ No newline at end of file