Skip to content

Commit

Permalink
Merge pull request #1877 from swahtz/js/whitespace_ci_update
Browse files Browse the repository at this point in the history
Updated spacesnottabs CI action to ignore other binary format files included in fVDB
  • Loading branch information
swahtz committed Sep 18, 2024
2 parents 0cbb234 + 1b2491c commit ba9d6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba9d6c2

Please sign in to comment.