We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6288b commit 1c777fdCopy full SHA for 1c777fd
.github/workflows/reusable-check-html-ids.yml
@@ -1,4 +1,4 @@
1
-name: Reusable Check HTML IDs Check
+name: Reusable check HTML IDs
2
3
on:
4
workflow_call:
@@ -39,7 +39,7 @@ jobs:
39
path: /tmp
40
- name: 'Check for removed HTML IDs'
41
run: >-
42
- python Doc/tools/check-html-ids.py check
+ python Doc/tools/check-html-ids.py -v check
43
/tmp/html-ids-base.json.gz /tmp/html-ids-head.json.gz
44
# XXX: When an exclude file is added, update this to use it:
45
# --exclude-file Doc/tools/removed-ids.txt
0 commit comments