Skip to content

Switch to using keyword lists internally #31

Switch to using keyword lists internally

Switch to using keyword lists internally #31

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: elixir
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install Hex
run: mix local.hex --force
- name: Install Dependencies
run: mix deps.get --only test
- name: Test
run: mix test