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

This commit is contained in:
Dawid Rutkowski 2024-11-25 10:35:48 +01:00
parent 98040fa3bd
commit aeb9e8640d

8
.gitea/workflows/ci.yaml 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, "