Skip to content

chore: bump metadata_vsn to 0.5.1 #47

chore: bump metadata_vsn to 0.5.1

chore: bump metadata_vsn to 0.5.1 #47

Workflow file for this run

name: Erlang CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:26
steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
- name: Eunit
run: rebar3 eunit