mirror of https://github.com/iptv-org/iptv
Create test.yml
parent
03b7d765fb
commit
8502370c09
@ -0,0 +1,9 @@
|
||||
name: test
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo "Hello World"
|
Loading…
Reference in New Issue