Skip to content

Release v0.2.0: Add HuggingFace model resolution and encoding caching #2

Release v0.2.0: Add HuggingFace model resolution and encoding caching

Release v0.2.0: Add HuggingFace model resolution and encoding caching #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: 1.18.4
otp-version: 27.0
- name: Install dependencies
run: |
mix deps.get
mix deps.compile
- name: Check formatting
run: mix format --check-formatted
- name: Run tests
run: mix test --exclude oracle
- name: Run dialyzer
run: mix dialyzer