Skip to content

chore(deps): bump jason from 1.4.0 to 1.4.1 #54

chore(deps): bump jason from 1.4.0 to 1.4.1

chore(deps): bump jason from 1.4.0 to 1.4.1 #54

Workflow file for this run

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