Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Mar 30, 2019
1 parent fbe6d4b commit df3daf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit df3daf4

Please sign in to comment.