Skip to content

feat: validate avsc and hocon when packaging #39

feat: validate avsc and hocon when packaging

feat: validate avsc and hocon when packaging #39

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