There was an error while loading. Please reload this page.
1 parent 9d9258f commit bf754d1Copy full SHA for bf754d1
1 file changed
.github/workflows/tests.yml
@@ -1,4 +1,4 @@
1
-name: Check documentation builds with no warnings
+name: Tests
2
on:
3
pull_request:
4
push:
@@ -7,10 +7,11 @@ on:
7
8
jobs:
9
doc-warnings:
10
+ name: Check doc builds without warnings
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v6
- - name: Check for warnings
14
+ - name: Build in strict mode
15
# The strict flag treats warnings as errors
16
run: pipx run --with mkdocs-material mkdocs build --clean --strict
17
0 commit comments