Skip to content

Commit 4057c9c

Browse files
committed
Merge branch 'testing-tooling' into implement-app-tooling
2 parents 5043cdb + 20fba13 commit 4057c9c

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

.github/workflows/development.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,6 @@ jobs:
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:

.github/workflows/main.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,6 @@ jobs:
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:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ description = Run link checks for root and docs markdown files
6666
deps =
6767
.[dev]
6868
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/
7171

7272

7373
[testenv:build]

0 commit comments

Comments
 (0)