Initial commit

This commit is contained in:
rafals123 2024-11-25 10:32:34 +01:00
commit 834d752751

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