Skip to content

feat: add models settings page with filtering and management #182

feat: add models settings page with filtering and management

feat: add models settings page with filtering and management #182

Workflow file for this run

name: "lint"
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Check translation consistency
run: bun run check:translations
- name: Run ESLint
run: bun run lint