Skip to content

chore(deps): bump ecto from 3.10.2 to 3.10.3 #53

chore(deps): bump ecto from 3.10.2 to 3.10.3

chore(deps): bump ecto from 3.10.2 to 3.10.3 #53

Workflow file for this run

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