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 37
37
- name : Run quality checks
38
38
run : tox -e types
39
39
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
-
56
40
precommit-checks :
57
41
runs-on : ubuntu-latest
58
42
strategy :
Original file line number Diff line number Diff line change 38
38
- name : Run quality checks
39
39
run : tox -e types
40
40
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
-
57
41
precommit-checks :
58
42
runs-on : ubuntu-latest
59
43
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
66
66
deps =
67
67
.[dev]
68
68
commands =
69
- mkdocs-linkcheck ./ --exclude ' https://github \. com/.*/blob/.* '
70
- mkdocs-linkcheck docs/ --exclude ' https://github \. com/.*/blob/.* '
69
+ mkdocs-linkcheck ./
70
+ mkdocs-linkcheck docs/
71
71
72
72
73
73
[testenv:build]
You can’t perform that action at this time.
0 commit comments