Fix CI config file
All checks were successful
First CI / build (push) Successful in 2s

This commit is contained in:
Michal 2024-11-25 10:37:40 +01:00
parent 676115cecc
commit 3caae9d2a2

View File

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