We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2594579 commit 78a58e2Copy full SHA for 78a58e2
1 file changed
.github/workflows/lint.yaml
@@ -249,7 +249,7 @@ jobs:
249
- name: Install lint tools
250
run: apt-get -y install python3-pip moreutils
251
- name: Install Python lint tools
252
- run: python3 -m pip install --no-input codespell
+ run: python3 -m pip install --no-input git+https://github.com/codespell-project/codespell.git
253
- name: Setup codespell annotations
254
uses: codespell-project/codespell-problem-matcher@v1
255
- name: codespell
0 commit comments