woot, got actions working!
All checks were successful
Test action / Print hello world (push) Successful in 12s

This commit is contained in:
Chris Kruining 2025-08-18 12:43:21 +02:00
parent ba05f561e7
commit 3994f1fb98
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 36 additions and 23 deletions

View file

@ -9,7 +9,7 @@ on:
jobs:
hello:
name: Print hello world
runs-on: ubuntu-latest
runs-on: default
steps:
- name: Echo
run: |