Files
lab7_ci_anton_ovod/.gitea/workflows/ci.yml
Anton Ovod 56807d8fe2
All checks were successful
First CI / build (push) Successful in 4s
Fix first ci pipeline
2025-11-20 12:35:26 +01:00

10 lines
165 B
YAML

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