| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 864b772 commit fbcf8a1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,8 @@ jobs: | |||
| 14 | 14 | - name: Install dependencies | |
| 15 | 15 | run: | | |
| 16 | 16 | python -m pip install --upgrade pip | |
| 17 | - pip install black | ||
| 17 | + pip install black codespell | ||
| 18 | 18 | - name: Check with black | |
| 19 | - run: | | ||
| 20 | - black --check . | ||
| 19 | + run: black --check . | ||
| 20 | + - name: Find typos with codespell | ||
| 21 | + run: codespell --ignore-words-list="ba,te" --quiet-level=2 --skip="*.po" || true | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments