Create test.yml

This commit is contained in:
Aleksandr Statciuk
2023-02-03 02:58:07 +03:00
parent a4fd450151
commit a611f7c8b3

9
.github/workflows/test.yml vendored Normal file
View 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"