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

Commit

Permalink
Synapse: Add step to check for unix file endings (#81)
Browse files Browse the repository at this point in the history
To address matrix-org/synapse#7943. I'm using the python:3.6 image for consistency, but this would probably run on alpine.
  • Loading branch information
anoadragon453 authored Jul 28, 2020
1 parent 0f943e2 commit 6df6b76
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 6df6b76

Please sign in to comment.