dodanie ci yml2
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
john
2025-11-21 12:25:25 +01:00
parent 740a1a859e
commit 1620a0a22d

View File

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