BendeeBoo 1de4434f6b
All checks were successful
First CI / build (push) Successful in 8s
Commit_12345
2023-11-21 14:06:12 +01:00

9 lines
141 B
YAML

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