Initial commit

This commit is contained in:
Sthope 2024-05-04 17:13:12 +02:00
parent 22d606cc69
commit c748530471

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

@ -0,0 +1,11 @@
name: Hello World
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo "Hello, world!"