Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Synapse: Add step to check for unix file endings #81

Merged
merged 3 commits into from
Jul 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions synapse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down