Dodanie katalogu .gitea i workflows

This commit is contained in:
Ivan Filipchuk 2023-12-01 11:36:36 +01:00
commit 9785d3dfac

8
.gitea/workflows/ci.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, "