Skip to content

chore: update HF model naming convention #25

chore: update HF model naming convention

chore: update HF model naming convention #25

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
env:
PYTHON_VERSION: 3.11
jobs:
pre-commit:
name: Linting and type checking
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup poetry environment
uses: ./.github/actions/setup-poetry-environment
- name: Run linting, type checking and testing
uses: pre-commit/[email protected]
with:
extra_args: "--all-files --hook-stage=push"