Experimental repository to generate & deploy various elixir & phoenix artifacts with github actions.
see workflow file for detail.
artifact | tool | result |
---|---|---|
Module documentation | ex_doc, now | https://phxartifact.chitacan.now.sh/ |
DB documentation | SchemaCrawler, now | https://phxartifact.chitacan.now.sh/db.html |
code coverage | excoveralls |
|
static code analysis (code consistency) | credo, reviewdog | Github Checks |
static code analysis (type checking) | dialyxir, reviewdog | Github Checks |