Skip to content

fix(deps): update dependency @mdx-js/loader to v3 #5931

fix(deps): update dependency @mdx-js/loader to v3

fix(deps): update dependency @mdx-js/loader to v3 #5931

Workflow file for this run

name: Lint
on: [push]
jobs:
run:
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Prettier check
run: npm run format:check