Skip to content

Commit 37784b2

Browse files
committed
Set file mode to false so we get the right check
Signed-off-by: David ML Brown Jr <[email protected]>
1 parent e9a0992 commit 37784b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-commit.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ jobs:
1919
- uses: actions/setup-python@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
22+
- name: Set file mode to false
23+
run: |
24+
git config core.filemode false
2225
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)