Skip to content

Merge branch 'hmmr/develop/saml' of github.com:TI-Tokyo/riak_cs into … #15

Merge branch 'hmmr/develop/saml' of github.com:TI-Tokyo/riak_cs into …

Merge branch 'hmmr/develop/saml' of github.com:TI-Tokyo/riak_cs into … #15

Workflow file for this run

name: Erlang CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
otp:
- "24"
- "23"
- "22"
container:
image: erlang:${{ matrix.otp }}
steps:
- uses: actions/checkout@v2
- name: Compile
run: make compile
- name: Run checks
run: make check