Update spellcheck workflow to include --break-system-packages flag for codespell installation
Spellcheck / spellcheck (push) Successful in 4s

This commit is contained in:
2026-06-02 17:47:11 +02:00
parent 404d5e7fac
commit 06b6018947
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Install codespell
run: python -m pip install --upgrade codespell
run: python -m pip install --upgrade codespell --break-system-packages
- name: Check Markdown spelling
run: codespell $(git ls-files '*.md')