mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 05:37:59 +01:00
Add dialyzer run
This commit is contained in:
parent
1558fb0a30
commit
2f887035c6
1 changed files with 5 additions and 1 deletions
6
.github/workflows/elixir.yml
vendored
6
.github/workflows/elixir.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue