Files
repo/ci.yml
2025-12-09 12:27:52 +00:00

9 lines
136 B
YAML

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