diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml new file mode 100644 index 0000000..62ccb68 --- /dev/null +++ b/.forgejo/workflows/deploy.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: hosts + steps: + - run: echo All Good