First commit

This commit is contained in:
SEBALAP2 2024-11-26 14:05:13 +01:00
commit fae29647e0

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, world"