Skip to content

Commit 6eaf67f

Browse files
committed
Drop broken link-check
Signed-off-by: Samuel Monson <[email protected]>
1 parent 8fedd05 commit 6eaf67f

File tree

3 files changed

+0
-54
lines changed

3 files changed

+0
-54
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,6 @@ on:
66
workflow_dispatch: # Enables manual triggering of the workflow
77

88
jobs:
9-
link-checks:
10-
runs-on: ubuntu-latest
11-
strategy:
12-
matrix:
13-
python: ["3.10"]
14-
steps:
15-
- uses: actions/checkout@v4
16-
- name: Set up Python
17-
uses: actions/setup-python@v5
18-
with:
19-
python-version: ${{ matrix.python }}
20-
- name: Install dependencies
21-
run: |
22-
curl -sSL https://pdm-project.org/install-pdm.py | python3 -
23-
pip install tox tox-pdm
24-
- name: Run link checks
25-
run: tox -e links
26-
279
unit-tests:
2810
runs-on: ubuntu-latest
2911
strategy:

.github/workflows/release-candidate.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,6 @@ on:
66
- 'release/*'
77

88
jobs:
9-
link-checks:
10-
runs-on: ubuntu-latest
11-
strategy:
12-
matrix:
13-
python: ["3.10"]
14-
steps:
15-
- uses: actions/checkout@v4
16-
- name: Set up Python
17-
uses: actions/setup-python@v5
18-
with:
19-
python-version: ${{ matrix.python }}
20-
- name: Install dependencies
21-
run: |
22-
curl -sSL https://pdm-project.org/install-pdm.py | python3 -
23-
pip install tox tox-pdm
24-
- name: Run link checks
25-
run: tox -e links
26-
279
unit-tests:
2810
runs-on: ubuntu-latest
2911
strategy:

.github/workflows/release.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,6 @@ jobs:
5353
password: ${{ secrets.PYPI_PUBLIC_AUTH }}
5454
whl: $(find dist -name '*.tar.gz')
5555

56-
link-checks:
57-
runs-on: ubuntu-latest
58-
strategy:
59-
matrix:
60-
python: ["3.10"]
61-
steps:
62-
- uses: actions/checkout@v4
63-
- name: Set up Python
64-
uses: actions/setup-python@v5
65-
with:
66-
python-version: ${{ matrix.python }}
67-
- name: Install dependencies
68-
run: |
69-
curl -sSL https://pdm-project.org/install-pdm.py | python3 -
70-
pip install tox tox-pdm
71-
- name: Run link checks
72-
run: tox -e links
73-
7456
unit-tests:
7557
runs-on: ubuntu-latest
7658
strategy:

0 commit comments

Comments
 (0)