Skip to content

feat: docs-linkcheck added for sphinx.mk #248

feat: docs-linkcheck added for sphinx.mk

feat: docs-linkcheck added for sphinx.mk #248

Workflow file for this run

name: Lint
on:
push:
workflow_call:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install Project
run: make install
- name: Run checks
run: make check