Skip to content

chore(deps): bump gettext from 0.22.2 to 0.22.3 #1203

chore(deps): bump gettext from 0.22.2 to 0.22.3

chore(deps): bump gettext from 0.22.2 to 0.22.3 #1203

Workflow file for this run

name: Dialyzer
on: [push, pull_request]
jobs:
dialyzer:
runs-on: ubuntu-latest
services:
db:
image: postgres:14.2
ports: ['5432:5432']
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
env:
POSTGRES_PASSWORD: postgres
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
deps
_build
dialyzer
key: ${{ runner.os }}-dialyzer-${{ hashFiles('**/mix.lock') }}
restore-keys: |
${{ runner.os }}-dialyzer-
- uses: erlef/setup-beam@v1
with:
otp-version: 25.0
elixir-version: 1.13.4
- run: mix deps.get
- run: mix dialyzer