diff --git a/.forgejo/workflows/run-tests.yml b/.forgejo/workflows/run-tests.yml new file mode 100644 index 00000000..d790e36e --- /dev/null +++ b/.forgejo/workflows/run-tests.yml @@ -0,0 +1,17 @@ +name: Run tests + +on: + push: + branches: + - master + +jobs: + test: + runs-on: docker + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Run tests + run: | + echo "Replace with your real test command"