From 1976eb78836e2e1147bfbc2a6718ad7adfbd12ce Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 19 Aug 2024 20:39:58 +0200 Subject: [PATCH] Initial commit --- .forgejo/workflows/test.yml | 13 +++++++++++++ README.md | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .forgejo/workflows/test.yml create mode 100644 README.md diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml new file mode 100644 index 0000000..b7812d0 --- /dev/null +++ b/.forgejo/workflows/test.yml @@ -0,0 +1,13 @@ +name: test + +on: + - push + +jobs: + test: + runs-on: docker + container: + image: git.staropensource.de/staropensource/actions-docker:latest + steps: + - name: Hello World! + run: echo "Hello World!" diff --git a/README.md b/README.md new file mode 100644 index 0000000..f093afe --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# actions-test +Testing forgejo-runner configurations here. 105% boring for you.