Try installing codespell 1.17.1 via pip
The 1.16 version available in Ubuntu 20.04 doesn't work nearly as well as the latest one.
This commit is contained in:
2
.github/workflows/code_checks.yml
vendored
2
.github/workflows/code_checks.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Install codespell
|
||||
run: |
|
||||
sudo apt install codespell
|
||||
pip install codespell==1.17.1
|
||||
|
||||
- name: Run codespell
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user