Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
Showing only changes of commit dd092f804e - Show all commits

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!"