Skip to content

Add some CI

Add some CI #2

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
doc-warnings:
name: Check doc builds without warnings
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build in strict mode
# The strict flag treats warnings as errors
run: pipx run --with mkdocs-material mkdocs build --clean --strict
# TODO: test the code snippets