Initial commit
All checks were successful
test / test (push) Successful in 44s

This commit is contained in:
JeremyStar™ 2024-08-19 20:39:58 +02:00
commit 1976eb7883
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 15 additions and 0 deletions

View file

@ -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!"

2
README.md Normal file
View file

@ -0,0 +1,2 @@
# actions-test
Testing forgejo-runner configurations here. 105% boring for you.