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

This commit is contained in:
r00j3K 2024-11-25 10:39:49 +01:00
commit 1f9ddd003d

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