Skip to content

fix: Tests for stitcher #387

fix: Tests for stitcher

fix: Tests for stitcher #387

Workflow file for this run

name: Lint
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run lint
run: bun run lint