Lab7/.gitea/workflows/ci.yml
Kuba da671aae6f
All checks were successful
First CI / build (push) Successful in 3s
jeden
2024-11-26 14:05:33 +01:00

9 lines
137 B
YAML

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