Merge branch 'enh-codespell' into 'master'

codespell: config, fixup of typos + added new stage lint with codespell step for it

See merge request pulseaudio/pulseaudio!787
This commit is contained in:
Yaroslav Halchenko 2026-01-02 17:18:40 +00:00
commit ed275b5518
35 changed files with 64 additions and 46 deletions

View file

@ -21,6 +21,7 @@ workflow:
stages:
- container
- lint
- build
variables:
@ -119,3 +120,12 @@ build-meson:
artifacts:
paths:
- build/
lint-codespell:
stage: lint
image: $UBUNTU_IMAGE
before_script:
- apt-get update && apt-get install -y python3-pip
- pip3 install codespell
script:
- codespell