Files
Laboratorium7/.gitea/workflows/ci.yml
WikMat 652e707e5c
All checks were successful
First CI / build (push) Successful in 5s
First CI
2025-12-08 23:45:11 +01:00

9 lines
141 B
YAML

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