diff --git a/synapse/pipeline.yml b/synapse/pipeline.yml index 7914a41..aa98606 100644 --- a/synapse/pipeline.yml +++ b/synapse/pipeline.yml @@ -50,6 +50,14 @@ steps: image: "python:3.6" mount-buildkite-agent: false + - label: "\U0001F5A5 check unix line-endings" + command: + - "scripts-dev/check_line_terminators.sh" + plugins: + - docker#v3.0.1: + image: "python:3.6" + mount-buildkite-agent: false + - label: ":mypy: mypy" command: - "python -m pip install tox"