Add Dialyxir with manual job execution

This commit is contained in:
Mark Felder 2024-01-20 22:49:37 -05:00
commit 1790400313
3 changed files with 17 additions and 1 deletions

View file

@ -209,6 +209,19 @@ analysis:
script:
- mix credo --strict --only=warnings,todo,fixme,consistency,readability
dialyzer:
extends:
- .build_changes_policy
- .using-ci-base
stage: lint
allow_failure: true
when: manual
cache: *testing_cache_policy
tags:
- feld
script:
- mix dialyzer
cycles:
extends: .build_changes_policy
image: *current_elixir