Skip to content

fix: add denoise validation in isValidRecipe type guard #2318

fix: add denoise validation in isValidRecipe type guard

fix: add denoise validation in isValidRecipe type guard #2318

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run lint