chore: Test action

This commit is contained in:
Jade Ellis 2025-04-16 15:00:59 +01:00
parent f76f669d16
commit 425a6c0b1a
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -0,0 +1,12 @@
name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."