commit
7884c8c8a6
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/test.yml
Normal file
8
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
on: [ push, pull_request ]
|
||||||
|
jobs:
|
||||||
|
integration:
|
||||||
|
runs-on: alpine
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: |
|
||||||
|
echo "Hello world!"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue