Skip to content

Bump markdown-it from 13.0.1 to 14.0.0 #49

Bump markdown-it from 13.0.1 to 14.0.0

Bump markdown-it from 13.0.1 to 14.0.0 #49

Workflow file for this run

name: codeql
on:
pull_request:
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: initialize codeql
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: perform codeql analysis
uses: github/codeql-action/analyze@v2