Hello and welcome

This commit is contained in:
GrzegorzRog22 2024-11-25 10:40:11 +01:00
commit 80a81f7bb2

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 nad welcome"