Skip to content

Commit

Permalink
Install erlang-dialyzer in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Vidal <[email protected]>
  • Loading branch information
andres-vidal committed Jul 12, 2024
1 parent 7a34385 commit c318a23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@ jobs:

- name: Create PLTs
run: |
sudo apt-get install erlang-dialyzer
mkdir -p priv/plts
mix dialyzer --plt
if: ${{ matrix.lint }}

- name: Check quality
run: |
sudo apt-get install erlang-dialyzer
mix format --check-formatted
mix credo --strict
mix dialyzer --no-check
Expand Down

0 comments on commit c318a23

Please sign in to comment.