Patrick Steinhardt <ps@xxxxxx> writes: >> +check-whitespace: >> + image: ubuntu:latest >> + before_script: >> + - ./ci/install-dependencies.sh > > Do we actually need to install dependencies? I imagine all that's needed > would be Git. > > Other than this question the patch series looks good to me, thanks! I am a bit puzzled. Is the proposal to check our sources with a pre-built Git (which by definition would be a bit older than what is being tested)? Not that I have serious trouble in that direction---I am just trying to make sure what is being proposed. Thanks.