From bb0a57a8cdad8d3f6503ec69811c491f6dfb63ef Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 12 Oct 2023 22:01:18 +0200 Subject: [PATCH] destination workflow --- tests/destinationrepo/.forgejo/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/destinationrepo/.forgejo/workflows/test.yml 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