diff --git a/.drone.yml b/.drone.yml index 4242314..1df83dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,10 +39,10 @@ steps: commands: - valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 --suppressions=angelscript.supp build-release/bin/pkmnLibTests - name: style-check - image: deukhoofd/linux64builder - failure: ignore - commands: - - run-clang-format.py -r src/ CInterface/ tests/ + image: deukhoofd/linux64builder + failure: ignore + commands: + - run-clang-format.py -r src/ CInterface/ tests/ - name: test-release-windows image: deukhoofd/windowsbuilder volumes: