Skip to content

Improved rendering algorithms #305

Improved rendering algorithms

Improved rendering algorithms #305

Workflow file for this run

name: Test Schema
on:
- push
- pull_request
jobs:
schema:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Setup
run: |
sudo apt update -q
sudo apt install -yy python3 python3-pip graphviz
pip install -r tools/requirements.txt
-
name: Validate
run: |
make validate_full