@@ -17,8 +17,8 @@ jobs:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install codespell
|
||||
run: python -m pip install --upgrade codespell --break-system-packages
|
||||
|
||||
- name: Check Markdown spelling
|
||||
run: codespell $(git ls-files '**/*.md')
|
||||
uses: streetsidesoftware/cspell-action@v6
|
||||
with:
|
||||
config: cspell.json
|
||||
files: "**/*.md"
|
||||
|
||||
Reference in New Issue
Block a user