From bdd0dbc0504e1796d2b0c1fbf442d99a54297388 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 9 Jul 2021 10:22:10 +0200 Subject: [PATCH] Add GHA --- .github/workflows/qa.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/qa.yml 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