spandex-project / spandex

A platform agnostic tracing library
MIT License
333 stars 53 forks source link

Run mix format in CI #129

Closed kamilkowalski closed 3 years ago

kamilkowalski commented 3 years ago

There's an inconsistency in formatting of mix.exs - it got there because 1) we're not running mix format --check-formatted in CI, 2) we're not allowing CI checks to run on forks. This PR is fixing the former (and the formatting error itself). Could anyone help with the latter? To allow builds on PRs from forks you need to enable "Build forked pull requests" under the Advanced tab in project settings in CircleCI.