Skip to content

chore: update models and deps #288

chore: update models and deps

chore: update models and deps #288

Workflow file for this run

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