Skip to content

chore: sync biome config schema to 2.4.16 #17

chore: sync biome config schema to 2.4.16

chore: sync biome config schema to 2.4.16 #17

Workflow file for this run

name: TSS-2 Bundle Leak Check
on:
push:
branches-ignore:
- main
jobs:
check-tss-2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
# The script uses grep + ripgrep + bash. ubuntu-latest does NOT ship
# with ripgrep — install it explicitly.
- name: Install ripgrep
run: sudo apt-get update && sudo apt-get install -y ripgrep
- name: TSS-2 bundle-leak check
run: bun run check-tss-2