From 4a0ab0da6c3904b9f827a9650b7cbf4736210359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 5 Sep 2024 18:28:05 +0200 Subject: [PATCH] ci: add demo forgejo workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- .forgejo/workflows/demo.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..ee78167 --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: 2024 Christina Sørensen +# +# SPDX-License-Identifier: EUPL-1.2 + +on: [push] +jobs: + test: + runs-on: native + steps: + - run: echo All Good