mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Replace Pipewire with PipeWire for consistency
And set up a CI job to check for that.
This commit is contained in:
parent
4732aea0c6
commit
257fd83f65
20 changed files with 28 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue