diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml new file mode 100644 index 0000000..5e97d40 --- /dev/null +++ b/.forgejo/workflows/ci.yml @@ -0,0 +1,11 @@ +on: + push: + tags: + - "v*" + +jobs: + test: + runs-on: docker + steps: + - uses: actions/checkout@v4 + - run: curl http://localhost:5000/v2/