Skip to content

docs: initial documentation #1

docs: initial documentation

docs: initial documentation #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:26.1
steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
# @todo: fix specs.
# - name: Run dialyzer
# run: rebar3 dialyzer
- name: Run tests
run: rebar3 do ct, eunit