Skip to content

feat: add Siliconflow provider #332

feat: add Siliconflow provider

feat: add Siliconflow provider #332

Workflow file for this run

name: Frontend Checks
on: ["push", "pull_request"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
working-directory: frontend
run: |
bun install
- name: Run svelte-check
working-directory: frontend
run: |
bun check
- name: Run prettier
working-directory: frontend
run: |
bun prettier --check . --ignore-path ../.gitignore