Skip to content

Commit 5a362a3

Browse files
remove git based whitespace check
Signed-off-by: Ashwin Vaidya <[email protected]>
1 parent 903070f commit 5a362a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_precommit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- name: git --no-pager diff --check $(git hash-object -t tree /dev/null)
13-
run: git --no-pager diff --check $(git hash-object -t tree /dev/null)
1412
- name: Prohibit non ASCII chars in file names
1513
run: test $(git diff --name-only --diff-filter=A -z $(git hash-object -t tree /dev/null) | LC_ALL=C tr -d '[ -~]\0' | wc -c) == 0
1614
- run: "! git grep -n '[^ -~]' -- ':(exclude)model_api/python/README.md'"

0 commit comments

Comments
 (0)