Your name 3b1859d9ea
All checks were successful
First CI / build (push) Successful in 8s
added yml files
2023-12-01 11:40:41 +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 "