Skip to content

html5.css & epub.css: better conformance to the HTML Standard suggested rendering #285

html5.css & epub.css: better conformance to the HTML Standard suggested rendering

html5.css & epub.css: better conformance to the HTML Standard suggested rendering #285

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
linux:
name: Static linting
runs-on: ubuntu-latest
steps:
- name: Install prerequisites
run: sudo apt-get update && sudo apt-get install clang-tidy cppcheck jq libxml2-utils
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint
run: .ci/script.sh