ci: Move "coding-style" stage to after "build" stage

This commit is contained in:
Eduardo Almeida
2022-09-10 01:46:18 +01:00
parent 4a32ceb29c
commit aa09261539

View File

@@ -18,9 +18,9 @@
# configuration, still in definition. It will be in the documentation.
stages:
- coding-style
- build
- test
- coding-style
- documentation
###################### BUILD STAGE #############################################