Skip to content

fix: correctly handle multiple struct fields as input data #26

fix: correctly handle multiple struct fields as input data

fix: correctly handle multiple struct fields as input data #26

Workflow file for this run

name: lint
on:
pull_request:
push:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
name: Check format and lint
strategy:
matrix:
otp: ['27.0.0.0']
elixir: ['1.17']
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix deps.get
- run: mix format --check-formatted