Files
pwo_lab7/.gitea/workflows/ci.yml
MichuMGW f20cd27260
All checks were successful
/ build (push) Successful in 4s
feat: add workflow
2025-11-21 11:05:57 +01:00

9 lines
140 B
YAML

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