Skip to content

Bump vite from 7.3.1 to 7.3.2 in /website #1199

Bump vite from 7.3.1 to 7.3.2 in /website

Bump vite from 7.3.1 to 7.3.2 in /website #1199

Workflow file for this run

name: markdownlint
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**/*.md'
- '**/*.mdx'
- '.markdownlint.json'
merge_group: # Needed for required workflows
# Run after a review has been submitted (this is a required workflow which
# might not be triggered when no code changes -- trigger before going to
# merge queue).
pull_request_review:
types: [submitted]
jobs:
lint:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v20
with:
config: .markdownlint.json
globs: |
*.md
**/*.md