mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
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:
parent
cb716bcce7
commit
dedb086148
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ doccheck:
|
||||||
stage: analysis
|
stage: analysis
|
||||||
script:
|
script:
|
||||||
# Check that each pipewire module has a \subpage entry
|
# 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
|
- cat pipewire_module_pages
|
||||||
- |
|
- |
|
||||||
for page in $(cat pipewire_module_pages); do
|
for page in $(cat pipewire_module_pages); do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue