Files
lab7-ci/.gitea/workflows/ci.yml
Dana123098 549ca1f988
All checks were successful
First CI / build (push) Successful in 3s
Add first CI workflow
2025-11-20 10:46:52 +01:00

12 lines
144 B
YAML

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