Skip to content

sdk: add getRound caching with explicit invalidation #16

sdk: add getRound caching with explicit invalidation

sdk: add getRound caching with explicit invalidation #16

Workflow file for this run

name: TypeScript coverage
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10.13.1
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: pnpm
- name: Install JS dependencies
run: pnpm install --frozen-lockfile
- name: Run coverage gate
run: pnpm coverage:test