Files
Lab7/.gitea/workflows/ci.yml
Oleh 9b2f2d4fbe
All checks were successful
First CI / build (push) Successful in 4s
First commit
2025-11-21 12:05:24 +01:00

9 lines
136 B
YAML

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