1616 fetch-depth : 0
1717
1818 - name : Setup Python & Poetry Environment
19- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
19+ uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
2020
2121 - name : Check Version(s)
2222 run : poetry run -- nox -s version:check
@@ -32,12 +32,16 @@ jobs:
3232 uses : actions/checkout@v4
3333
3434 - name : Setup Python & Poetry Environment
35- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
35+ uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
3636
3737 - name : Build Documentation
3838 run : |
3939 poetry run -- nox -s docs:build
4040
41+ - name : Link Check
42+ run : |
43+ poetry run -- nox -s links:check
44+
4145 build-matrix :
4246 name : Generate Build Matrix
4347 uses : ./.github/workflows/matrix-python.yml
5559 uses : actions/checkout@v4
5660
5761 - name : Setup Python & Poetry Environment
58- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
62+ uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
5963
6064 - name : Run changelog update check
6165 run : poetry run -- nox -s changelog:updated
7478 uses : actions/checkout@v4
7579
7680 - name : Setup Python & Poetry Environment
77- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
81+ uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
7882 with :
7983 python-version : ${{ matrix.python-version }}
8084
@@ -105,7 +109,7 @@ jobs:
105109 uses : actions/checkout@v4
106110
107111 - name : Setup Python & Poetry Environment
108- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
112+ uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
109113 with :
110114 python-version : ${{ matrix.python-version }}
111115
@@ -127,7 +131,7 @@ jobs:
127131 uses : actions/checkout@v4
128132
129133 - name : Setup Python & Poetry Environment
130- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
134+ uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
131135 with :
132136 python-version : ${{ matrix.python-version }}
133137
@@ -151,7 +155,7 @@ jobs:
151155 uses : actions/checkout@v4
152156
153157 - name : Setup Python & Poetry Environment
154- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
158+ uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
155159
156160 - name : Run format check
157161 run : poetry run -- nox -s project:format
@@ -173,7 +177,7 @@ jobs:
173177 uses : actions/checkout@v4
174178
175179 - name : Setup Python & Poetry Environment
176- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
180+ uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
177181 with :
178182 python-version : ${{ matrix.python-version }}
179183
0 commit comments