File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -22,28 +22,20 @@ install_system_deps: &install_system_deps
2222 apt update
2323 apt install -y unzip
2424
25- install_mdl : &install_mdl
26- run :
27- name : Install Markdown Lint
28- command : |
29- apt install -y ruby
30- gem install mdl
31-
3225defaults : &defaults
3326 working_directory : ~/repo
3427
3528jobs :
3629 build_elixir_1_9_otp_22 :
3730 docker :
38- - image : erlang:22.0
31+ - image : erlang:22.1
3932 environment :
40- ELIXIR_VERSION : 1.9.1 -otp-22
33+ ELIXIR_VERSION : 1.9.4 -otp-22
4134 LC_ALL : C.UTF-8
4235 << : *defaults
4336 steps :
4437 - checkout
4538 - << : *install_system_deps
46- - << : *install_mdl
4739 - << : *install_elixir
4840 - << : *install_hex_rebar
4941 - restore_cache :
5547 - run : MIX_ENV=docs mix docs
5648 - run : mix hex.build
5749 - run : mix test
58- - run : mdl --style .circleci/md-style.rb *.md
5950 - run : mix dialyzer --halt-exit-status
6051 - save_cache :
6152 key : v1-mix-cache-{{ checksum "mix.lock" }}
You can’t perform that action at this time.
0 commit comments