Files
lab7/.gitea/workflows/ci.yml
F1STjd 3fd03609e1
Some checks failed
First CI / build (push) Has been cancelled
Added the CI example file
2025-12-08 20:59:20 +01:00

9 lines
146 B
YAML

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