ci: Make syntax highlighting a bit happier

At least neovim's YAML parser doesn't like the ' ' without a leading
space.
This commit is contained in:
Arun Raghavan 2024-04-05 10:57:31 -04:00
parent cb716bcce7
commit dedb086148

View File

@ -531,7 +531,7 @@ doccheck:
stage: analysis
script:
# Check that each pipewire module has a \subpage entry
- git grep -h -o -e "\\\page page_module_\w\+" | cut -f2 -d' ' > pipewire_module_pages
- git grep -h -o -e "\\\page page_module_\w\+" | cut -f2 -d ' ' > pipewire_module_pages
- cat pipewire_module_pages
- |
for page in $(cat pipewire_module_pages); do