sample/.forgejo/workflows/demo.yml
Chris Thompson 5692b638b0
Some checks are pending
/ build (push) Waiting to run
Attempt minimalistic reproduction of issue
2025-05-27 22:44:26 -04:00

10 lines
137 B
YAML

on:
push:
branches:
- main
jobs:
build:
steps:
- name: Say Hello to the World
run: echo "Hello, World!"