We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903070f commit 5a362a3Copy full SHA for 5a362a3
.github/workflows/test_precommit.yml
@@ -9,8 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- 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)
14
- name: Prohibit non ASCII chars in file names
15
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
16
- run: "! git grep -n '[^ -~]' -- ':(exclude)model_api/python/README.md'"
0 commit comments