feat: add ci
This commit is contained in:
parent
4f63ac429f
commit
957073153b
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/ci.yaml
Normal file
6
.forgejo/workflows/ci.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: debian-latest
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
Loading…
Add table
Reference in a new issue