dodanie ci.yml

This commit is contained in:
pielakm 2024-11-22 13:37:47 +01:00
parent d462e39496
commit e3b8362550

9
.gitea/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, "