added yml files

This commit is contained in:
Your name 2023-12-01 11:40:05 +01:00
parent da184621cd
commit 5170692d7f

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