Skip to content

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

Bump markdown-to-jsx from 7.3.2 to 7.5.0

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

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm ci
- run: npm test
Percy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx @percy/cli snapshot src/
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}