Add .forgejo/workflows/test
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
b1e327eaf8
commit
fcc7aa3039
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/test
Normal file
10
.forgejo/workflows/test
Normal file
|
@ -0,0 +1,10 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: echo "Hello"
|
Loading…
Add table
Add a link
Reference in a new issue