Server for running Credo on Github Pull Requests.
To start your own server:
- You need to set all environment variables needed. See dev.exs
- Install dependencies with
mix deps.get
- Create database with
mix ecto.create
- Run migrations with
mix ecto.migrate
- Start app with
iex -S mix
If you find any bugs or have a problem while using this library, please open an issue in this repo (or a pull request :)).
And you can check all of our open-source projects at inaka.github.io