Files
Lab_7/.gitea/workflows/ci.yml
TwojeImię NazwiskoJulia 532e5b8d9c
All checks were successful
First CI / build (push) Successful in 3s
Add CI workflow
2025-11-19 23:07:16 +01:00

9 lines
168 B
YAML

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