From bb35635fe80264a7fdf553450aa86eeb2f95cd8c Mon Sep 17 00:00:00 2001 From: Jonathan Swartz Date: Wed, 21 Aug 2024 15:47:38 +1200 Subject: [PATCH] Updated spacesnottabs CI action to ignore other binary format files included in fvdb Signed-off-by: Jonathan Swartz --- .github/workflows/whitespace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/whitespace.yml b/.github/workflows/whitespace.yml index bf2d7223d0..fb2e0187b1 100644 --- a/.github/workflows/whitespace.yml +++ b/.github/workflows/whitespace.yml @@ -36,5 +36,5 @@ jobs: - name: test run: | set +e - git grep -n " " -- ':!*/whitespace.yml' ':!tsc/meetings/*' ':!*.svg' ':!*.cmd' ':!*.png' ':!pendingchanges/*' ':!*.wlt' + git grep -n " " -- ':!*/whitespace.yml' ':!tsc/meetings/*' ':!*.svg' ':!*.cmd' ':!*.png' ':!pendingchanges/*' ':!*.wlt' ':!*.jpg' ':!*.gif' ':!*.mp4' ':!*.pt' ':!*.pth' ':!*.nvdb' ':!*.npz' test $? -eq 1