Skip to content

Added noshadows tests to GitHub actions. #2

Added noshadows tests to GitHub actions.

Added noshadows tests to GitHub actions. #2

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