Skip to content

feat: components tree panel #124

feat: components tree panel

feat: components tree panel #124

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
paths-ignore:
- 'docs/**'
jobs:
ci:
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- run: pnpm install
- run: pnpm lint --fix
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
- run: pnpm build
- run: pnpm typecheck