Skip to content

Prepares for v2.0 using the new OTP-27 json module #90

Prepares for v2.0 using the new OTP-27 json module

Prepares for v2.0 using the new OTP-27 json module #90

Workflow file for this run

name: Erlang CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:26
steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
- name: Run dialyzer
run: rebar3 dialyzer
- name: Run tests
run: rebar3 as test do eunit, ct