This commit is contained in:
commit
fcbf4534c9
8
.forgejo/workflows/demo.yml
Normal file
8
.forgejo/workflows/demo.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name: Actions Demo
|
||||
run-name: Testing out Actions 🚀
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo All Good
|
||||
Loading…
Reference in a new issue