Skip to content

Bump ex_doc from 0.34.0 to 0.34.1 (#31) #70

Bump ex_doc from 0.34.0 to 0.34.1 (#31)

Bump ex_doc from 0.34.0 to 0.34.1 (#31) #70

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
MIX_ENV: test
strategy:
matrix:
elixir: ["1.12.3", "1.13.4", "1.14.3"]
otp: ["24.3.4"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Elixir Project
uses: ./.github/actions/elixir-setup
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
build-flags: --all-warnings --warnings-as-errors