Files
Lab7/.gitea/workflows/ci.yml
Mateusz Kozieł e984e0d431
All checks were successful
First CI / build (push) Successful in 4s
Add ci yaml file
2025-11-20 16:04:53 +02:00

9 lines
149 B
YAML

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