We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15447b5 commit dfdecfcCopy full SHA for dfdecfc
.github/workflows/lint.yaml
@@ -22,11 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
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"
+ - uses: codespell-project/actions-codespell@master
+ with:
+ skip: '*.po'
+ ignore_words_list: ba,te,deltion
0 commit comments