This commit is contained in:
parent
2c92d6b27f
commit
fda2b96734
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/ci.yml
Normal file
14
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: CI Test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Info
|
||||
run: |
|
||||
echo "runner ok: $(hostname)"
|
||||
echo "pwd: $(pwd)"
|
||||
cat README.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue