Files
lab7/.gitea/workflows/ci.yaml
Daniel Mędrek dfa1b239f0
Some checks failed
First CI / build (push) Has been cancelled
Added CI workflow
2025-12-09 11:13:09 +01:00

10 lines
142 B
YAML

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