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

9
.gitea/workflows/ci.yml Normal file

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