Files
lab7-ci/.gitea/workflows/ci.yml
2025-12-09 12:25:04 +01:00

9 lines
112 B
YAML

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