Added simple workflow

This commit is contained in:
Sergey Cherepiuk 2023-11-23 16:10:06 +01:00
parent d3cd460533
commit 8935e32381

9
.gitea/workflows/ci.yml Normal file
View File

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