From cc32061d696e710a43c83a9de0526fff7193850c Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Mon, 29 Jan 2024 14:35:41 +0100 Subject: [PATCH] Added noshadows tests to GitHub actions. --- .github/workflows/tests.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/tests.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..d424a92 --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,26 @@ +name: Tests + +on: + pull_request: + push: + branches: + - main + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +permissions: + contents: read + +jobs: + noshadows: + runs-on: ubuntu-20.04 + steps: + - name: Checkout + uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.6' + - run: pip install tinycss2 + - run: python noshadows.py --tests