Skip to content

fix: do not fetch peri parser on raw data schemas #20

fix: do not fetch peri parser on raw data schemas

fix: do not fetch peri parser on raw data schemas #20

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