demo
This commit is contained in:
commit
a050ace909
1 changed files with 1 additions and 0 deletions
1
.forgejo/workflows/demo.yml
Normal file
1
.forgejo/workflows/demo.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{ on: [push], jobs: { test: { runs-on: docker, steps: [ {uses: actions/checkout@v4}, { run: echo All Good } ] } } }
|
Reference in a new issue