这是indexloc提供的服务,不要输入任何密码
Skip to content

fix(web): resolve events to appear behind grid lines after drag #703

fix(web): resolve events to appear behind grid lines after drag

fix(web): resolve events to appear behind grid lines after drag #703

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install -D --frozen-lockfile
- name: Run ESLint
run: bun run lint