Create test.yml

pull/11585/head
Aleksandr Statciuk 2 years ago
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…
Cancel
Save