First CI
All checks were successful
First CI / build (push) Successful in 8s

This commit is contained in:
Xylo 2023-12-01 10:50:54 +01:00
commit 15c9582c84

9
.gitea/workflows/ci.yml Normal file
View File

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