Skip to content

Commit

Permalink
Update action.yml to ignore model files (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jan 9, 2024
1 parent af0584d commit c656ea7
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 @@ -94,7 +94,7 @@ runs:
codespell \
-w \
--ignore-words-list "crate,nd,ned,strack,dota,ane,segway,fo,gool,winn,commend,bloc,nam,afterall" \
--skip '*.csv,*.onnx,*.pt,*venv*,./docs/??/,./docs/mkdocs_??.yml'
--skip '*.pt,*.pth,*.torchscript,*.onnx,*.tflite,*.pb,*.bin,*.param,*.mlmodel,*.engine,*.csv,*venv*,./docs/??/,./docs/mkdocs_??.yml'
shell: bash
continue-on-error: true

Expand Down

0 comments on commit c656ea7

Please sign in to comment.