Skip to content

Bump sphinx-lint from 0.6.7 to 0.6.8 #1298

Bump sphinx-lint from 0.6.7 to 0.6.8

Bump sphinx-lint from 0.6.7 to 0.6.8 #1298

Workflow file for this run

name: Tests
on: [pull_request, push, workflow_dispatch]
env:
FORCE_COLOR: 1
jobs:
test:
name: Check build, markup, and links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3"
cache: pip
- name: Build docs
run: make html
- name: Link check
run: make linkcheck
continue-on-error: true