Files
lab7APPP/.gitea/workflows/ci.yml
Sebastian Czupryn 9e3273770e
All checks were successful
First CI / build (push) Successful in 4s
Add gitea
2025-11-21 15:53:28 +01:00

10 lines
137 B
YAML

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