diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 00000000..5f85b22a --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,12 @@ +name: Empty check for branch protection + +on: + - push + - pull_request + +jobs: + + null_check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2