diff --git a/tests/destinationrepo/.forgejo/workflows/test.yml b/tests/destinationrepo/.forgejo/workflows/test.yml new file mode 100644 index 0000000..21aa58a --- /dev/null +++ b/tests/destinationrepo/.forgejo/workflows/test.yml @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: MIT +name: test +on: [pull_request] +jobs: + test: + runs-on: docker + steps: + - run: echo DONE