Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 262 Bytes

File metadata and controls

15 lines (12 loc) · 262 Bytes

CONTRIBUTING

Maintenace tasks

mix deps.update --all Update all dependencies.

mix generate.holidays Generate holidays.ets from holiday_jp dataset.

mix do format --check-formatted, credo --strict, dialyzer Run static analysis.

mix test Run tests.