Skip to content

Commit 3ca702b

Browse files
committed
gh action lint use latest codespell from git...with git
1 parent 78a58e2 commit 3ca702b

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
@@ -247,7 +247,7 @@ jobs:
247247
- name: Update package database
248248
run: apt-get update -y
249249
- name: Install lint tools
250-
run: apt-get -y install python3-pip moreutils
250+
run: apt-get -y install python3-pip git moreutils
251251
- name: Install Python lint tools
252252
run: python3 -m pip install --no-input git+https://github.com/codespell-project/codespell.git
253253
- name: Setup codespell annotations

0 commit comments

Comments
 (0)