Skip to content

Reduce API CPU time to fit Cloudflare Workers 10ms limit #121

Reduce API CPU time to fit Cloudflare Workers 10ms limit

Reduce API CPU time to fit Cloudflare Workers 10ms limit #121

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
Format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install modules
run: bun install --frozen-lockfile
- name: Run Format
run: bun run format