Skip to content

Commit 78a58e2

Browse files
committed
gh action lint use latest codespell from git
1 parent 2594579 commit 78a58e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
- name: Install lint tools
250250
run: apt-get -y install python3-pip moreutils
251251
- name: Install Python lint tools
252-
run: python3 -m pip install --no-input codespell
252+
run: python3 -m pip install --no-input git+https://github.com/codespell-project/codespell.git
253253
- name: Setup codespell annotations
254254
uses: codespell-project/codespell-problem-matcher@v1
255255
- name: codespell

0 commit comments

Comments
 (0)