Skip to content

chore: set installation of dependencies to run for docs too #6

chore: set installation of dependencies to run for docs too

chore: set installation of dependencies to run for docs too #6

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.25
- run: bun install
- run: bun lint