Skip to content

Commit

Permalink
Revert "Add Typos to spelling" (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 27, 2024
1 parent 36fe0b9 commit bd83dad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ runs:
--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
continue-on-error: true
- name: Run Typos
if: inputs.spelling == 'true' && github.event.action != 'closed'
uses: crate-ci/typos@v1.20.10
with:
write_changes: true
continue-on-error: true

# Commit Changes ---------------------------------------------------------------------------------------------------
- name: Commit and Push Changes
Expand Down

0 comments on commit bd83dad

Please sign in to comment.