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