This commit is contained in:
parent
9f9b8516ec
commit
7d9482a7ff
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/test.yml
Normal file
15
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
name: Test Runner
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: echo "Forgejo runner works!"
|
||||||
Loading…
Add table
Reference in a new issue