Fix first ci pipeline
All checks were successful
First CI / build (push) Successful in 4s

This commit is contained in:
Anton Ovod
2025-11-20 12:35:26 +01:00
parent 0fb1cd2b86
commit 56807d8fe2

View File

@@ -3,7 +3,7 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, "
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, World!"