foundation/.forgejo/workflows/hello.yml

7 lines
123 B
YAML
Raw Normal View History

on: [push]
jobs:
hello:
runs-on: docker
steps:
- run: echo "hello from the foundation runner — CI works"