Files
Lab7/.gitea/workflows/ci.yml
Maciej Luśnia 4db2baaf4a
All checks were successful
First CI / build (push) Successful in 3s
Zadanie 1
2025-11-20 15:09:40 +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, "