Skip to content
Snippets Groups Projects
Commit 0c0c484f authored by Marcus Asteborg's avatar Marcus Asteborg
Browse files

Add CI to check for trailing whitespaces in merge requests

parent b69bfb2a
No related branches found
No related tags found
1 merge request!11Dev/trailingwhitespace
......@@ -4,6 +4,13 @@ default:
# Image from https://hub.docker.com/_/gcc/ based on Debian
image: gcc
whitespace:
stage: test
only:
- merge_requests
script:
- git diff-tree --check origin/master HEAD
autoconf:
stage: build
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment