Files
lab2/.gitea/workflows/ci.yml
holek363 8454f89ce1
All checks were successful
First CI / build (push) Successful in 5s
FIX3: ci.yml
2025-11-20 13:08:18 +01:00

10 lines
141 B
YAML

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