From 4696b5e57788cfac57032c312c4f4aae926942f9 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 | 10 ++++++++++ 1 file changed, 10 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..6db75e0 --- /dev/null +++ b/.forgejo/workflows/pipeline.yaml @@ -0,0 +1,10 @@ +on: [push] +jobs: + upload: + runs-on: host + steps: + - uses: actions/setup-node@v6 + with: + node-version: 24 + - uses: actions/checkout@v6 + - run: ls -la \ No newline at end of file