Skip to content

docs: add custom hexagon logo, badges, changelog, and license to package #3

docs: add custom hexagon logo, badges, changelog, and license to package

docs: add custom hexagon logo, badges, changelog, and license to package #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "28.3"
elixir-version: "1.18.4"
- uses: actions/cache@v4
with:
path: |
deps
_build
key: ${{ runner.os }}-mix-${{ hashFiles('mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- run: mix local.hex --force
- run: mix local.rebar --force
- run: mix ci