poprawa ci.yml

This commit is contained in:
kejdzej
2025-11-20 15:21:55 +01:00
parent e2d0cab781
commit 51280f729e

View File

@@ -1,8 +1,9 @@
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"