2023-12-01 11:40:05 +01:00

8 lines
116 B
YAML

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