Add template CI
This commit is contained in:
parent
2ef35caa2b
commit
2e99c27f47
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/ci.yaml
Normal file
8
.forgejo/workflows/ci.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: echo All Good
|
Loading…
Add table
Add a link
Reference in a new issue