# Perform all necessary steps to update the PR checks
update-pr-checks:
    python3 -m venv env
    source env/bin/activate
    pip3 install ruamel.yaml
    python3 sync.py
