Skip to content

revert ex_json_schema #78

revert ex_json_schema

revert ex_json_schema #78

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a # v1.18.0
with:
otp-version: 26
elixir-version: 1.17
- run: cd neurow && mix format --check-formatted
- run: cd neurow && mix deps.get
- run: cd neurow && mix compile --warnings-as-errors
- run: cd neurow && mix test
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd neurow && docker build .