This commit is contained in:
JonaszGoldbaumm 2024-11-26 13:30:08 +01:00
commit c87c483332

8
.gitea/ci.yml Normal file
View File

@ -0,0 +1,8 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello elo"