Skip to content

Commit

Permalink
Explicit codespell --write-changes (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jan 22, 2024
1 parent 6e36e15 commit 48af821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:
if: inputs.spelling == 'true' && github.event.action != 'closed'
run: |
codespell \
-w \
--write-changes \
--ignore-words-list "crate,nd,ned,strack,dota,ane,segway,fo,gool,winn,commend,bloc,nam,afterall" \
--skip "*.pt,*.pth,*.torchscript,*.onnx,*.tflite,*.pb,*.bin,*.param,*.mlmodel,*.engine,*.npy,*.data*,*.csv,*pnnx*,*venv*,*translat*,__pycache__*,*.ico,*.jpg,*.png,*.mp4,*.mov,/runs,/.git,./docs/??/*.md,./docs/mkdocs_??.yml"
shell: bash
Expand Down

0 comments on commit 48af821

Please sign in to comment.