Files
citest/.gitea/workflows/ci.yml
Nela-cat 270e0fc404
Some checks failed
First CI / build (push) Has been cancelled
Add CI workflow
2025-11-17 17:36:51 +01:00

11 lines
136 B
YAML

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