add test workflow
All checks were successful
Test action / Print hello world (push) Successful in 24s

This commit is contained in:
Chris Kruining 2025-08-18 10:28:12 +02:00
parent 06ad805206
commit 4320acc0fb
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -0,0 +1,16 @@
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!"