sneeuwvlok/.forgejo/workflows/action.yml
Chris Kruining 4320acc0fb
All checks were successful
Test action / Print hello world (push) Successful in 24s
add test workflow
2025-08-18 10:28:12 +02:00

16 lines
No EOL
225 B
YAML

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