Skip to content

Fix Typo in `README.md #24

Fix Typo in `README.md

Fix Typo in `README.md #24

Workflow file for this run

on:
pull_request:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}}
strategy:
matrix:
otp: ['24', '25']
rebar3: ['3.18.0']
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar3}}
- run: sudo apt update && rebar3 update && rebar3 ct && rebar3 dialyzer