commit once again

This commit is contained in:
magda 2023-11-21 16:33:29 +01:00
parent 1d2ce6602f
commit 02fa1f2319

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