Skip to content

Commit

Permalink
fixed codespell action
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Oct 8, 2023
1 parent b5180cf commit cf4692f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
required: true

jobs:
ruff:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -43,6 +43,8 @@ jobs:
pip install -r src/requirements-dev.txt
- uses: codespell-project/actions-codespell@v2
with:
path: './src'
path: src
check_filenames: false
check_hidden: false
skip: '*.ts,./coverage,./build,./dist*,./htmlcov,./*.spec'
ignore-words-list: ser,alog,nd,iterm,dout,te,commandi,dout,exitt,currenty,exaust,controle,coment,controle,outweight,everytime,sade

0 comments on commit cf4692f

Please sign in to comment.