2023-11-21 16:33:29 +01:00

11 lines
147 B
YAML

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