Skip to content

feat: cache synthetic quotas from events #469

feat: cache synthetic quotas from events

feat: cache synthetic quotas from events #469

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: general-dexterity/actions/pnpm-install@main
- name: Lint
run: pnpm lint
- name: Typecheck
run: pnpm typecheck