Files
pwo_lab_7/.gitea/workflows/ci.yml
vladyslav-crunch 6793883c1b Feat: add ci yml
2025-11-21 10:45:21 +01:00

9 lines
120 B
YAML

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