diff --git a/circle.yml b/circle.yml index 5cd5f0d72d7..8b5116bb13d 100644 --- a/circle.yml +++ b/circle.yml @@ -7,7 +7,7 @@ jobs: - checkout - run: name: Validate SQF and Config style and Stringtable entries - command: python tools/sqf_validator.py && python tools/config_style_checker.py && python tools/check_strings.py + command: python tools/check_strings.py && python tools/sqf_validator.py && python tools/config_style_checker.py linting: docker: