| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 15447b5 commit dfdecfc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,11 +22,7 @@ jobs: | |||
| 22 | 22 | runs-on: ubuntu-latest | |
| 23 | 23 | steps: | |
| 24 | 24 | - uses: actions/checkout@v2 | |
| 25 | - - name: Set up Python | ||
| 26 | - uses: actions/setup-python@v2 | ||
| 27 | - - name: Install dependencies | ||
| 28 | - run: | | ||
| 29 | - python -m pip install --upgrade pip | ||
| 30 | - pip install codespell | ||
| 31 | - - name: Find typos with codespell | ||
| 32 | - run: codespell --ignore-words-list="ba,te,deltion" --quiet-level=2 --skip="*.po" | ||
| 25 | + - uses: codespell-project/actions-codespell@master | ||
| 26 | + with: | ||
| 27 | + skip: '*.po' | ||
| 28 | + ignore_words_list: ba,te,deltion | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments