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