Skip to content

License pooled balances: lifecycle, batch transitions, and runtime #5589

License pooled balances: lifecycle, batch transitions, and runtime

License pooled balances: lifecycle, batch transitions, and runtime #5589

Workflow file for this run

name: Knip
on:
pull_request:
branches:
- main
- staging
- dev
jobs:
knip:
name: Check for unused code
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.14
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run Knip
run: bun knip