add initial action
All checks were successful
Test action / Print hello world (push) Successful in 1s

This commit is contained in:
clan-tool 2025-09-03 17:26:50 +02:00
parent 218eb0ea42
commit a3987254f0
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: default
steps:
- name: Echo
run: |
echo "Hello, world!"