Skip to content

chore(deps): update uvicorn[standard] requirement from ~=0.32.0 to ~=0.34.0 #773

chore(deps): update uvicorn[standard] requirement from ~=0.32.0 to ~=0.34.0

chore(deps): update uvicorn[standard] requirement from ~=0.32.0 to ~=0.34.0 #773

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@v2
- 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