mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +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
|
_build
|
||||||
.cargo
|
.cargo
|
||||||
deps
|
deps
|
||||||
key: ${{ runner.os }}-deps-${{ hashFiles('mix.lock') }}
|
key: ${{ runner.os }}-deps-2-${{ hashFiles('mix.lock') }}
|
||||||
|
|
||||||
- name: Enable caching
|
- name: Enable caching
|
||||||
run: |
|
run: |
|
||||||
|
@ -39,6 +39,10 @@ jobs:
|
||||||
docker compose run app mix sobelow --config
|
docker compose run app mix sobelow --config
|
||||||
docker compose run app mix deps.audit
|
docker compose run app mix deps.audit
|
||||||
|
|
||||||
|
- name: Dialyzer
|
||||||
|
run: |
|
||||||
|
docker compose run app mix dialyzer
|
||||||
|
|
||||||
typos:
|
typos:
|
||||||
name: 'Check for spelling errors'
|
name: 'Check for spelling errors'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue