Skip to content

fix: use the lineWidth option for line breaking in flow collections #274

fix: use the lineWidth option for line breaking in flow collections

fix: use the lineWidth option for line breaking in flow collections #274

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with: { languages: javascript }
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2