Skip to content

fix(catalog): reconcile omitted plan versions #3287

fix(catalog): reconcile omitted plan versions

fix(catalog): reconcile omitted plan versions #3287

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.10
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run Knip
run: bun knip