Skip to content

Commit

Permalink
Improve quality of GHA runs
Browse files Browse the repository at this point in the history
Invoke Dialyzer and let it do its thing
  • Loading branch information
g-andrade committed Mar 6, 2021
1 parent ecd6a0d commit f39e3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
fetch-depth: 0
- run: rebar3 --version
- run: rebar3 eunit
- run: rebar3 dialyzer
- shell: bash
run: '[[ 0 -eq $(git --no-pager diff | wc -l) ]]'

0 comments on commit f39e3eb

Please sign in to comment.