mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[CI] Start entering CI hell
This commit is contained in:
parent
488ab92a90
commit
2a6a3300e6
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: amd64-debian
|
||||
steps:
|
||||
- run: echo Welcome to CI Hell :D
|
||||
Loading…
Add table
Add a link
Reference in a new issue