Add .forgejo/workflows/test.yml
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 06:00:06 +02:00
parent 13f58ef583
commit a9e401b017

View file

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