diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml new file mode 100644 index 00000000..63cb0924 --- /dev/null +++ b/.github/workflows/qa.yml @@ -0,0 +1,20 @@ +name: Q&A + +on: + pull_request: + +defaults: + run: + shell: bash + +jobs: + + tests: + name: Checks + runs-on: Ubuntu-20.04 + + steps: + - + name: Checkout + uses: actions/checkout@v2 + id: checkout