Skip to content

chore: fix doc deployment #786

chore: fix doc deployment

chore: fix doc deployment #786

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: yarn install
- run: yarn lint