Xylo 15c9582c84
All checks were successful
First CI / build (push) Successful in 8s
First CI
2023-12-01 10:50:54 +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, 🌍"