Skip to content

Reformat documentation page #3140

Reformat documentation page

Reformat documentation page #3140

Workflow file for this run

# This workflow runs GitHub's industry-leading static analysis engine, CodeQL, against a repository's source code to find security vulnerabilities.
# For more information see: https://github.com/github/codeql-action
name: CodeQL
on: [push]
jobs:
codeql_build:
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