From 96bd1608acd6f8be0e4b0eb11e479b51f2d9ad8c Mon Sep 17 00:00:00 2001 From: BartMoroz Date: Thu, 8 Dec 2022 13:44:34 +0100 Subject: [PATCH] Create debug.yml Signed-off-by: BartMoroz --- .github/workflows/debug.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/debug.yml diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml new file mode 100644 index 0000000000..c313b45de1 --- /dev/null +++ b/.github/workflows/debug.yml @@ -0,0 +1,17 @@ +name: show stuff + +on: + push: + branches: [main] + pull_request + +jobs: + debug: + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@v2 + + - name: print stuff + run: | + echo "hello"