Files
Repozytorium/.gitea/workflows/ci.yml
Margriell b28429675b
All checks were successful
First CI / build (push) Successful in 3s
Fix ci.yml
2025-11-20 13:15:46 +01:00

9 lines
136 B
YAML

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