Grzesiek2kk a84e30ddc3
All checks were successful
First CI / build (push) Successful in 8s
zad 1
2023-11-21 19:25:37 +01:00

9 lines
143 B
YAML

name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Printing hello
run: echo "Hello, world"