Add test workflow
This commit is contained in:
parent
95351e6b35
commit
dd092f804e
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…
x
Reference in New Issue
Block a user