Skip to content

perf: Call update cake apr once instead of per farm when initial load #30607

perf: Call update cake apr once instead of per farm when initial load

perf: Call update cake apr once instead of per farm when initial load #30607

Workflow file for this run

name: Format
on:
pull_request:
jobs:
code:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install dependencies
uses: './.github/actions/install-deps'
- name: Run Prettier
run: pnpm format:check