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