Skip to content

Restore MDX JS expression support after next-mdx-remote v6 upgrade #2694

Restore MDX JS expression support after next-mdx-remote v6 upgrade

Restore MDX JS expression support after next-mdx-remote v6 upgrade #2694

Workflow file for this run

# Check the content and lint the code
name: check
on:
push:
branches: [master]
pull_request:
jobs:
pull-cert-manager-website-verify:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run check