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