Skip to content

fix(cst): Do not drop trailing newline after line comment in block-ma… #299

fix(cst): Do not drop trailing newline after line comment in block-ma…

fix(cst): Do not drop trailing newline after line comment in block-ma… #299

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@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with: { languages: javascript }
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3