Added: ci.yml

This commit is contained in:
JakubLaptop 2024-11-26 13:43:13 +01:00
parent 1f2884af40
commit 4f8311f06e

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