Skip to content

Update dependency @mdx-js/react to v3.1.0 #144

Update dependency @mdx-js/react to v3.1.0

Update dependency @mdx-js/react to v3.1.0 #144

Workflow file for this run

name: PR Checks
on:
pull_request:
jobs:
pr-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
- run: yarn install
- name: Run prettier
run: yarn check-format