commit 1976eb78836e2e1147bfbc2a6718ad7adfbd12ce Author: JeremyStarTM Date: Mon Aug 19 20:39:58 2024 +0200 Initial commit 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.