From 5e7287ba0be608bf536d9f20b9852512d359dcf3 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 9 Jan 2024 15:40:46 +0100 Subject: [PATCH 1/3] Update action.yml spelling skip list --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 113393d7..93194907 100644 --- a/action.yml +++ b/action.yml @@ -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 '*.pt,*.pth,*.torchscript,*.onnx,*.tflite,*.pb,*.bin,*.param,*.mlmodel,*.engine,*.csv,*venv*,./docs/??/,./docs/mkdocs_??.yml' + --skip '*.pt,*.pth,*.torchscript,*.onnx,*.tflite,*.pb,*.bin,*.param,*.mlmodel,*.engine,*.data*,*.csv,*venv*,*.jpg,*.png,*.mp4,*.move,docs/??/*.md,docs/mkdocs_??.yml' shell: bash continue-on-error: true From 60bca982a6f225486a39bddb92cc4696939458c8 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 9 Jan 2024 15:41:11 +0100 Subject: [PATCH 2/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 93194907..eb074fe8 100644 --- a/action.yml +++ b/action.yml @@ -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 '*.pt,*.pth,*.torchscript,*.onnx,*.tflite,*.pb,*.bin,*.param,*.mlmodel,*.engine,*.data*,*.csv,*venv*,*.jpg,*.png,*.mp4,*.move,docs/??/*.md,docs/mkdocs_??.yml' + --skip '*.pt,*.pth,*.torchscript,*.onnx,*.tflite,*.pb,*.bin,*.param,*.mlmodel,*.engine,*.data*,*.csv,*venv*,*.jpg,*.png,*.mp4,*.mov,docs/??/*.md,docs/mkdocs_??.yml' shell: bash continue-on-error: true From fdd1fca927bebf3254f4fcb500b6ae9216949db8 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 9 Jan 2024 17:05:52 +0100 Subject: [PATCH 3/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eb074fe8..7ba2ac99 100644 --- a/action.yml +++ b/action.yml @@ -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 '*.pt,*.pth,*.torchscript,*.onnx,*.tflite,*.pb,*.bin,*.param,*.mlmodel,*.engine,*.data*,*.csv,*venv*,*.jpg,*.png,*.mp4,*.mov,docs/??/*.md,docs/mkdocs_??.yml' + --skip '*.pt,*.pth,*.torchscript,*.onnx,*.tflite,*.pb,*.bin,*.param,*.mlmodel,*.engine,*.npy,*.data*,*.csv,*pnnx*,*venv*,__pycache__*,*.ico,*.jpg,*.png,*.mp4,*.mov,/runs,/.git,./docs/??/*.md,./docs/mkdocs_??.yml' shell: bash continue-on-error: true