Skip to content

Merge pull request #3 from id/0508-sync-qzhuyan #4

Merge pull request #3 from id/0508-sync-qzhuyan

Merge pull request #3 from id/0508-sync-qzhuyan #4

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