Skip to content

sync qzhuyan

sync qzhuyan #3

Workflow file for this run

---
name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: Build & Test
runs-on: ubuntu-latest
strategy:
matrix:
otp:
- 24
- 25
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: 3.20.0
- run: |
rebar3 do eunit,edoc