Add: Plik ci.yml
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
Jakub 2024-11-26 13:43:31 +01:00
parent 239f374c14
commit 3d662f3086

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

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