citest/.gitea/workflows/ci.yml
PatPrz 36d882022b
All checks were successful
First CI / build (push) Successful in 3s
build
2024-11-25 10:44:22 +01:00

9 lines
139 B
YAML

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