FIX3: ci.yml
All checks were successful
First CI / build (push) Successful in 5s

This commit is contained in:
holek363
2025-11-20 13:08:18 +01:00
parent f3fcd92db9
commit 8454f89ce1

View File

@@ -2,8 +2,8 @@ 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, 🌍" run: echo "Hello, 🌍"