First CI
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
Artsiom 2024-11-22 13:45:50 +01:00
parent c5626ca0cd
commit 49b8ee1570

9
.gitea/workflows/ci.yaml 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"