Skip to content

Commit 1c777fd

Browse files
Hugo's review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent fb6288b commit 1c777fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-check-html-ids.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Reusable Check HTML IDs Check
1+
name: Reusable check HTML IDs
22

33
on:
44
workflow_call:
@@ -39,7 +39,7 @@ jobs:
3939
path: /tmp
4040
- name: 'Check for removed HTML IDs'
4141
run: >-
42-
python Doc/tools/check-html-ids.py check
42+
python Doc/tools/check-html-ids.py -v check
4343
/tmp/html-ids-base.json.gz /tmp/html-ids-head.json.gz
4444
# XXX: When an exclude file is added, update this to use it:
4545
# --exclude-file Doc/tools/removed-ids.txt

0 commit comments

Comments
 (0)