Add a manually-triggered test action
All checks were successful
/ ls (push) Successful in 6s

This commit is contained in:
Bill Niblock 2025-06-07 16:48:24 +00:00
parent 2bf19b6d4e
commit 4faa11f01f

View file

@ -0,0 +1,15 @@
# This file needs to be manually run
name: Manual Test
on:
workflow_dispatch:
jobs:
ls:
name: List
runs-on: docker
steps:
uses: https://forge.niblock.tech/actions/checkout@v4
run: |
ls ${{ github.workspace }}