Add test workflow
This commit is contained in:
parent
a58dd0387a
commit
958c6ec639
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