fix
All checks were successful
First CI / build (push) Successful in 3s

This commit is contained in:
JakubLaptop 2024-11-26 13:46:24 +01:00
parent 4f8311f06e
commit ee5b596bd4

View File

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