Files
Lab_Seven_Repository/.gitea/workflows/ci.yml
Igor_Niemiec 473cb84c93
Some checks failed
First CI / build (push) Has been cancelled
Modified ci.yml
2025-12-08 14:25:45 +01:00

10 lines
149 B
YAML

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