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"