From 8502370c0997745cda7d055a1bdbc8ffa9c26ea3 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 3 Feb 2023 02:58:07 +0300 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000000..e5d16a576e --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,9 @@ +name: test +on: + workflow_dispatch: +jobs: + main: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo "Hello World" \ No newline at end of file