We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a0992 commit 37784b2Copy full SHA for 37784b2
.github/workflows/pre-commit.yml
@@ -19,4 +19,7 @@ jobs:
19
- uses: actions/setup-python@v3
20
with:
21
python-version: ${{ matrix.python-version }}
22
+ - name: Set file mode to false
23
+ run: |
24
+ git config core.filemode false
25
- uses: pre-commit/[email protected]
0 commit comments