Files
lab7-ci/.gitea/workflows/ci.yml
sofacela d2aace810d
All checks were successful
First CI / build (push) Successful in 3s
Add CI workflow
2025-11-20 12:55:17 +01:00

8 lines
135 B
YAML

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