Skip to content

docs: fix all mdn urls by specifying en-US #133

docs: fix all mdn urls by specifying en-US

docs: fix all mdn urls by specifying en-US #133

Workflow file for this run

name: Check spelling
on:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: streetsidesoftware/cspell-action@v7
with:
incremental_files_only: true