Skip to content

Add DeepWiki badge to README #580

Add DeepWiki badge to README

Add DeepWiki badge to README #580

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- name: Prepare
uses: ./.github/actions/prepare
- name: Lint
run: pnpm lint