ci: Run the style-check pipeline stage first

Don’t waste CI resources on compiling things which don’t comply with the
style rules.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-11-26 12:17:42 +00:00
parent cc3716a943
commit efa7fa0375

View File

@ -1,9 +1,9 @@
stages:
- style-check
- build
- coverage
- analysis
- deploy
- style-check
cache:
paths: