Skip to content
Snippets Groups Projects
Commit 408d48a6 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

add --check-contrib to CI check

parent 9ecb39e2
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,6 @@ check_style: ...@@ -40,6 +40,6 @@ check_style:
- echo "List of files to be checked $eb_list" - echo "List of files to be checked $eb_list"
- for i in $eb_list; do - for i in $eb_list; do
- echo "Checking $(basename $i) ..." - echo "Checking $(basename $i) ..."
- eb --check-style $i || faulty="$faulty $i" - eb --check-style --check-contrib $i || faulty="$faulty $i"
- done - done
- if [ -n "$faulty" ]; then echo "Faulty EasyConfigs... $faulty"; exit 1; fi - if [ -n "$faulty" ]; then echo "Faulty EasyConfigs... $faulty"; exit 1; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment