Skip to content

Merge pull request #33 from uwiger/uw-add-hex-doc-option #11

Merge pull request #33 from uwiger/uw-add-hex-doc-option

Merge pull request #33 from uwiger/uw-add-hex-doc-option #11

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [ $default-branch ]
release:
types:
- created
jobs:
test:
name: "Erlang Test"
runs-on: ubuntu-latest
strategy:
matrix:
otp: [21, 22, 23, 24, 25]
fail-fast: false
container:
image: erlang:${{ matrix.otp }}
steps:
- uses: actions/checkout@v3
- name: Test
run: make