introducing strict mode during decoding. That's not the correct way t… #242
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
jobs: | |
test: | |
runs-on: self-hosted | |
name: Erlang/OTP | |
strategy: | |
fail-fast: false | |
matrix: | |
container: | |
- erlang:25 | |
- erlang:25-alpine | |
- erlang:26 | |
- erlang:26-alpine | |
container: | |
image: ${{ matrix.container }} | |
steps: | |
- uses: actions/checkout@v2 | |
- run: rebar3 get-deps | |
- run: rebar3 compile | |
- run: rebar3 check |