This commit is contained in:
commit
a12a8d097c
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/ci.yml
Normal file
8
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# .forgejo/workflows/ci.yml
|
||||
on: [push]
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: echo "runner works"
|
||||
Loading…
Reference in a new issue