Add test workflow
This commit is contained in:
parent
95351e6b35
commit
dd092f804e
1 changed files with 10 additions and 0 deletions
10
.gitea/workflows/test.yml
Normal file
10
.gitea/workflows/test.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
name: Test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Hello World
|
||||
run: |
|
||||
echo "Hello, world!"
|
||||
Loading…
Reference in a new issue