AsiaK21 2172ec4588
All checks were successful
First CI / build (push) Successful in 7s
second
2023-11-21 16:10:50 +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 "