Add dialyzer run

This commit is contained in:
Liam 2024-06-18 19:45:35 -04:00
parent 1558fb0a30
commit 2f887035c6

View file

@ -16,7 +16,7 @@ jobs:
_build
.cargo
deps
key: ${{ runner.os }}-deps-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-deps-2-${{ hashFiles('mix.lock') }}
- name: Enable caching
run: |
@ -39,6 +39,10 @@ jobs:
docker compose run app mix sobelow --config
docker compose run app mix deps.audit
- name: Dialyzer
run: |
docker compose run app mix dialyzer
typos:
name: 'Check for spelling errors'
runs-on: ubuntu-latest