second commit

This commit is contained in:
Artem Zharkov 2024-11-25 11:05:42 +01:00
commit 42b0381ad9

8
.gitea/workflows.yml Normal file
View File

@ -0,0 +1,8 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, "