Skip to content

chore: Disabled node for vitepress doc generation in favor of bun lat… #251

chore: Disabled node for vitepress doc generation in favor of bun lat…

chore: Disabled node for vitepress doc generation in favor of bun lat… #251

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