Files
ci_pipe/.gitea/workflows/ci.yml
mykola-derevianko f4cbb04b6c
All checks were successful
First CI / build (push) Successful in 3s
First CI conf
2025-11-21 10:40:59 +01:00

9 lines
142 B
YAML

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