poprawa ci.yml

This commit is contained in:
kejdzej
2025-11-20 15:19:08 +01:00
parent a5a7be601f
commit b899fc46dc
3 changed files with 9 additions and 8 deletions

View File

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