Files
pwo_lab_7/.gitea/workflows/ci.yml
vladyslav-crunch 6048230465
All checks were successful
First CI / build (push) Successful in 4s
Fix formatting
2025-11-21 10:48:25 +01:00

10 lines
143 B
YAML

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