Files
Lab7/.gitea/workflows/ci.yml
jd92910 0124e49d97
All checks were successful
First CI / build (push) Successful in 5s
Hello there
2025-11-21 11:09:48 +01:00

9 lines
141 B
YAML

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