Files
lab7_99719/.gitea/workflows/ci.yml
s99719 4ca75efdd7
Some checks failed
First CI / build (push) Has been cancelled
Add first CI workflow
2025-12-08 23:22:56 +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, "