Skip to content

Fix order of application info items (#101) #48

Fix order of application info items (#101)

Fix order of application info items (#101) #48

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:22.0.7
steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
- name: Run xref
run: rebar3 xref