Skip to content

Update format

Update format #45

Workflow file for this run

name: Erlang CI
on:
push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
erlang: [24, 25, 26]
container:
image: erlang:${{matrix.erlang}}
steps:
- uses: actions/checkout@v3
- name: Compile and test
run: rebar3 check