mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-04-03 07:15:37 -04:00
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:
commit
ed275b5518
35 changed files with 64 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue