Skip to content

sync with https://github.com/w3c/markup-validator/blob/master/htdocs/style/base.css #57

sync with https://github.com/w3c/markup-validator/blob/master/htdocs/style/base.css

sync with https://github.com/w3c/markup-validator/blob/master/htdocs/style/base.css #57

Workflow file for this run

name: Run test suite
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run test suite
run: python runtest.py