Files
lab7/.gitea/workflows/ci.yml
Uladzislau Kamisarau 9bdaaaf880
All checks were successful
First CI / build (push) Successful in 3s
Quick fix: tabulation
2025-11-21 13:25:22 +01:00

8 lines
160 B
YAML

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