Skip to content

Change recommended voltage regulator to pololu and fix typos on wiring page #832

Change recommended voltage regulator to pololu and fix typos on wiring page

Change recommended voltage regulator to pololu and fix typos on wiring page #832

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install and upgrade pip
run: python -m pip install --upgrade pip
- name: Install Python dependencies
run: |
pip install sphinx sphinx_rtd_theme sphinx-tabs sphinxext-opengraph doc8
pip install -r requirements.txt
- name: Check links
run: make linkcheck
- name: Check lint
run: make lint
- name: Compile HTML
run: make html