Skip to content

Commit ba9d6c2

Browse files
authored
Merge pull request #1877 from swahtz/js/whitespace_ci_update
Updated spacesnottabs CI action to ignore other binary format files included in fVDB
2 parents 0cbb234 + 1b2491c commit ba9d6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/whitespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
- name: test
3737
run: |
3838
set +e
39-
git grep -n " " -- ':!*/whitespace.yml' ':!tsc/meetings/*' ':!*.svg' ':!*.cmd' ':!*.png' ':!pendingchanges/*' ':!*.wlt'
39+
git grep -n " " -- ':!*/whitespace.yml' ':!tsc/meetings/*' ':!*.svg' ':!*.cmd' ':!*.png' ':!pendingchanges/*' ':!*.wlt' ':!*.jpg' ':!*.gif' ':!*.mp4' ':!*.pt' ':!*.pth' ':!*.nvdb' ':!*.npz'
4040
test $? -eq 1

0 commit comments

Comments
 (0)