Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.05 KB

Common Config

This repository contains shared code for all of our Elixir repositories. This includes configuration files for credo, dialyzer, formatting, and github actions. It syncs all files to repositories on a file change to this repository.

Currently at version 1.6.0

Directories

  • scripts contains javascript and elixir scripts that are ran on each repository. These could be as simple as copying a file to the repository, or as advanced as changing the mix.exs AST to update dependencies.

  • templates contains files that are copied or templated to the repository.

Usage