added yml files
All checks were successful
First CI / build (push) Successful in 8s

This commit is contained in:
Your name 2023-12-01 11:40:41 +01:00
parent 5170692d7f
commit 3b1859d9ea

View File

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