Add .forgejo/workflows/test.yml
Some checks are pending
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Waiting to run
Some checks are pending
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Waiting to run
This commit is contained in:
parent
13f58ef583
commit
a9e401b017
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/test.yml
Normal file
7
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
name: Test
|
||||
on: workflow_dispatch
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: echo "Working"
|
Loading…
Add table
Add a link
Reference in a new issue