From a611f7c8b34bee39693a93ede2954f7a27113d38 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 000000000..e5d16a576 --- /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