Add test workflow

This commit is contained in:
Chris Dill 2023-05-07 16:18:36 +01:00
parent a58dd0387a
commit 958c6ec639

10
.gitea/workflows/test.yml Normal file
View File

@ -0,0 +1,10 @@
name: Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- name: Hello World
run: |
echo "Hello, world!"