diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f3e3890..093b1f2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -7,4 +7,5 @@ pipelines: - step: script: - git submodule update --init - - python twincat_version_manager.py \ No newline at end of file + - python twincat_version_manager.py + - python check_fix_white_space.py