Skip to content

chore(deps): bump pymdown-extensions from 10.11.2 to 10.16.1 #884

chore(deps): bump pymdown-extensions from 10.11.2 to 10.16.1

chore(deps): bump pymdown-extensions from 10.11.2 to 10.16.1 #884

Workflow file for this run

name: spell-check
on:
pull_request:
workflow_dispatch:
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run spell-check
uses: autowarefoundation/autoware-github-actions/spell-check@v1
with:
cspell-json-url: https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json
local-cspell-json: repository.cspell.json
dict-packages: |
https://github.com/autowarefoundation/autoware-spell-check-dict
https://github.com/tier4/cspell-dicts
incremental-files-only: false