Add .forgejo/workflows/test
Some checks are pending
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Waiting to run

This commit is contained in:
stoney420 2025-06-28 05:48:02 +02:00
parent b1e327eaf8
commit fcc7aa3039

10
.forgejo/workflows/test Normal file
View file

@ -0,0 +1,10 @@
name: Test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- run: echo "Hello"