Skip to content

Added noshadows tests to GitHub actions. #3

Added noshadows tests to GitHub actions.

Added noshadows tests to GitHub actions. #3

Workflow file for this run

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.7'
- run: pip install "tinycss2>=1.2.0"
- run: python noshadows.py --tests