Skip to content

Commit bf754d1

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
Better names
1 parent 9d9258f commit bf754d1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check documentation builds with no warnings
1+
name: Tests
22
on:
33
pull_request:
44
push:
@@ -7,10 +7,11 @@ on:
77

88
jobs:
99
doc-warnings:
10+
name: Check doc builds without warnings
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v6
13-
- name: Check for warnings
14+
- name: Build in strict mode
1415
# The strict flag treats warnings as errors
1516
run: pipx run --with mkdocs-material mkdocs build --clean --strict
1617

0 commit comments

Comments
 (0)