diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml new file mode 100644 index 0000000..cf05838 --- /dev/null +++ b/.forgejo/workflows/deploy.yml @@ -0,0 +1,7 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - uses: actions/checkout@v4 +