This commit is contained in:
commit
3982dae79c
2 changed files with 9 additions and 0 deletions
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# CI/CD in forgejo
|
||||
|
||||
adopted from https://forgejo.org/docs/v1.20/user/actions/
|
Loading…
Add table
Reference in a new issue