Adding Workflow

This commit is contained in:
Nigel Barink 2024-11-04 21:39:52 +01:00
parent 2e284cbff9
commit 2b2d1bb6a2
Signed by: Nigel
GPG Key ID: 6893A31C2D84A9D2

9
.github/workflows/testing.yaml vendored Normal file
View File

@ -0,0 +1,9 @@
name: My Actions
run-name: Setting up Actions🚀
on: [push]
jobs:
Explore:
runs-on: ubuntu-latest
steps:
- run: "echo '🥳 the job is running!'"