Skip to content

chore: bump version #25

chore: bump version

chore: bump version #25

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
with:
otp-version: "23.0.2"
elixir-version: "1.10.3"
- run: mix deps.get
- run: mix test