poprawa ci.yml
All checks were successful
First CI / build (push) Successful in 4s

This commit is contained in:
kejdzej
2025-11-20 15:24:32 +01:00
parent 30e9bc8074
commit 3083763fab

View File

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