This commit is contained in:
commit
7b6099ceca
2 changed files with 9 additions and 0 deletions
8
.forgejo/workflows/ci.yml
Normal file
8
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name: ci
|
||||
on: [push]
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: echo runner-ok && ls -la && git log --oneline -1
|
||||
1
README.md
Normal file
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
hello runner
|
||||
Loading…
Add table
Reference in a new issue