Skip to content

Bump ex_doc from 0.29.4 to 0.31.0 #95

Bump ex_doc from 0.29.4 to 0.31.0

Bump ex_doc from 0.29.4 to 0.31.0 #95

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-elixir@v1
with:
otp-version: "24"
elixir-version: "1.13"
- name: Install Dependencies
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Run Tests
run: mix test