Files
Lab7/.gitea/workflows/ci.yml
Kowal 678a74064d
All checks were successful
First CI / build (push) Successful in 4s
Opis zmian
2025-11-20 14:56:20 +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, "