Skip to content

Bump markdown-to-jsx from 7.3.2 to 7.5.0 #1439

Bump markdown-to-jsx from 7.3.2 to 7.5.0

Bump markdown-to-jsx from 7.3.2 to 7.5.0 #1439

Workflow file for this run

name: Lint & format
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
- run: npm ci
- run: npm run fmt:check