Skip to content

Bump @mdx-js/react from 1.6.22 to 3.0.1 #33

Bump @mdx-js/react from 1.6.22 to 3.0.1

Bump @mdx-js/react from 1.6.22 to 3.0.1 #33

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
run_install: true
- name: Lint
run: |
pnpm lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
run_install: true
- name: Typecheck
run: |
pnpm tsc