Skip to content

add gc for added bucket #16

add gc for added bucket

add gc for added bucket #16

Workflow file for this run

name: Erlang CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:25.0.4
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: rebar3 fmt --check
- name: Compile
run: rebar3 compile
- name: Run tests
run: rebar3 do eunit