sneeuwvlok/.forgejo/workflows/action.yml
Chris Kruining 3994f1fb98
All checks were successful
Test action / Print hello world (push) Successful in 12s
woot, got actions working!
2025-08-18 12:43:21 +02:00

16 lines
No EOL
219 B
YAML

name: Test action
on:
workflow_dispatch:
push:
branches:
- main
jobs:
hello:
name: Print hello world
runs-on: default
steps:
- name: Echo
run: |
echo "Hello, world!"