Replace Pipewire with PipeWire for consistency

And set up a CI job to check for that.
This commit is contained in:
Peter Hutterer 2021-07-14 15:41:58 +10:00
parent 4732aea0c6
commit 257fd83f65
20 changed files with 28 additions and 20 deletions

View file

@ -260,6 +260,14 @@ shellcheck:
script:
- shellcheck $(git grep -l "#\!/.*bin/.*sh")
spellcheck:
extends:
- .build_on_fedora
stage: analysis
script:
- git ls-files | grep -v .gitlab-ci.yml | xargs -d '\n' sed -i 's/Pipewire/PipeWire/g'
- git diff --exit-code || (echo "Please fix the above spelling mistakes" && exit 1)
pages:
extends:
- .not_coverity