Skip to content

Commit e6d60d6

Browse files
committed
fix: separate linkcheck workflow
1 parent 02e0525 commit e6d60d6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,19 @@ jobs:
7272
uv tool install nox
7373
- name: Lint Python code
7474
run: nox -s lint
75+
linkcheck:
76+
name: Check links
77+
runs-on: ubuntu-latest
78+
steps:
79+
- uses: actions/checkout@v5
80+
- name: Install uv
81+
uses: astral-sh/setup-uv@v7
82+
- uses: actions/setup-python@v6
83+
with:
84+
python-version: 3.14
85+
- name: Install nox
86+
run: |
87+
uv tool install nox
7588
- name: Check links
7689
run: nox -s check_links
7790
build:

0 commit comments

Comments
 (0)