File tree Expand file tree Collapse file tree 3 files changed +2
-34
lines changed Expand file tree Collapse file tree 3 files changed +2
-34
lines changed Original file line number Diff line number Diff line change 3737 - name : Run quality checks
3838 run : tox -e types
3939
40- link-checks :
41- runs-on : ubuntu-latest
42- strategy :
43- matrix :
44- python : ["3.9"]
45- steps :
46- - uses : actions/checkout@v4
47- - name : Set up Python
48- uses : actions/setup-python@v5
49- with :
50- python-version : ${{ matrix.python }}
51- - name : Install dependencies
52- run : pip install tox
53- - name : Run link checks
54- run : tox -e links
55-
5640 precommit-checks :
5741 runs-on : ubuntu-latest
5842 strategy :
Original file line number Diff line number Diff line change 3838 - name : Run quality checks
3939 run : tox -e types
4040
41- link-checks :
42- runs-on : ubuntu-latest
43- strategy :
44- matrix :
45- python : ["3.9"]
46- steps :
47- - uses : actions/checkout@v4
48- - name : Set up Python
49- uses : actions/setup-python@v5
50- with :
51- python-version : ${{ matrix.python }}
52- - name : Install dependencies
53- run : pip install tox
54- - name : Run link checks
55- run : tox -e links
56-
5741 precommit-checks :
5842 runs-on : ubuntu-latest
5943 strategy :
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ description = Run link checks for root and docs markdown files
6666deps =
6767 .[dev]
6868commands =
69- mkdocs-linkcheck ./ --exclude ' https://github \. com/.*/blob/.* '
70- mkdocs-linkcheck docs/ --exclude ' https://github \. com/.*/blob/.* '
69+ mkdocs-linkcheck ./
70+ mkdocs-linkcheck docs/
7171
7272
7373[testenv:build]
You can’t perform that action at this time.
0 commit comments