Files
lab7/.gitea/workflows/ci.yml
kejdzej 3083763fab
All checks were successful
First CI / build (push) Successful in 4s
poprawa ci.yml
2025-11-20 15:24:32 +01:00

11 lines
143 B
YAML

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