Skip to content

Bump @astrojs/mdx from 3.1.2 to 3.1.3 #20

Bump @astrojs/mdx from 3.1.2 to 3.1.3

Bump @astrojs/mdx from 3.1.2 to 3.1.3 #20

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint check
run: npm run lint