mirror of
https://github.com/iptv-org/iptv
synced 2025-12-16 18:37:17 -05:00
Create test.yml
This commit is contained in:
9
.github/workflows/test.yml
vendored
Normal file
9
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
name: test
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo "Hello World"
|
||||
Reference in New Issue
Block a user