This commit is contained in:
commit
1976eb7883
2 changed files with 15 additions and 0 deletions
13
.forgejo/workflows/test.yml
Normal file
13
.forgejo/workflows/test.yml
Normal 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
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# actions-test
|
||||||
|
Testing forgejo-runner configurations here. 105% boring for you.
|
Loading…
Reference in a new issue