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

This commit is contained in:
2025-11-20 13:15:46 +01:00
parent d1b911bf52
commit b28429675b

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, " run: echo "Hello, "