lab7/.gitea/workflows/ci.yml
Lokasty22 40f25cb2a4
All checks were successful
First CI / build (push) Successful in 2s
Plik ci.yml
2024-11-26 13:48:32 +01:00

9 lines
136 B
YAML

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