Files
Lab_Seven_Repository/.gitea/workflows/ci.yml
Igor_Niemiec badd421e2f
Some checks failed
First CI / build (push) Has been cancelled
CI.yml major changes
2025-12-08 14:30:43 +01:00

9 lines
144 B
YAML

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