add config file

This commit is contained in:
Yehor Dreval 2023-12-01 10:55:42 +01:00
commit eb6d456994
2 changed files with 8 additions and 0 deletions

0
.gitea Normal file
View File

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