magda 9d0768d110
All checks were successful
First CI / build (push) Successful in 8s
slight change
2023-11-21 16:40:06 +01:00

12 lines
148 B
YAML

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