Skip to content

Add compatibility with Erlang/OTP24 #5

Add compatibility with Erlang/OTP24

Add compatibility with Erlang/OTP24 #5

Workflow file for this run

name: Erlang CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:20.3
steps:
- uses: actions/checkout@v3
- name: Compile
run: make
- name: Run tests
run: make tests
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}