Skip to content

feat: make avsc and i18n valid #31

feat: make avsc and i18n valid

feat: make avsc and i18n valid #31

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:23
steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
- name: Eunit
run: rebar3 eunit