Skip to content

Bump dialyxir from 1.4.3 to 1.4.4 #133

Bump dialyxir from 1.4.3 to 1.4.4

Bump dialyxir from 1.4.3 to 1.4.4 #133

Workflow file for this run

name: Doctor
on: push
jobs:
doctor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
deps
_build
key: ${{ runner.os }}-mix-coveralls-${{ hashFiles('**/mix.lock') }}
restore-keys: |
${{ runner.os }}-mix-coveralls-
- uses: erlef/setup-beam@v1
with:
otp-version: 25.1.2
elixir-version: 1.14.1
- run: mix deps.get
- run: MIX_ENV=test mix doctor