Skip to content

fix(ui): draw the frozen-column seam once per plane, not once per cell #1130

fix(ui): draw the frozen-column seam once per plane, not once per cell

fix(ui): draw the frozen-column seam once per plane, not once per cell #1130

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [main]
push:
branches: [main]
schedule:
- cron: "22 10 * * 1"
workflow_dispatch:
permissions:
contents: read
jobs:
analyze:
name: Analyze JavaScript and TypeScript
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
languages: javascript-typescript
build-mode: none
- uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4