Jakub Furtak d36917bf43
All checks were successful
First CI / build (push) Successful in 8s
yml created
2023-12-01 10:55:25 +01:00

9 lines
140 B
YAML

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