Skip to content

Commit 1300eae

Browse files
authored
Fix pre-commit call in SPEC0 action [ci skip] (#13609)
1 parent fb76357 commit 1300eae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/spec_zero.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ jobs:
5555
- name: Run pre-commit hooks to update other files
5656
run: |
5757
pip install pre-commit
58-
pre-commit run --all
58+
pre-commit run --all || true
5959
if: steps.status.outputs.dirty == 'true'
6060
- name: Create PR
6161
run: |
6262
set -xeo pipefail
63+
git diff
6364
git config --global user.email "50266005+mne-bot@users.noreply.github.com"
6465
git config --global user.name "mne[bot]"
6566
git checkout -b spec_zero

0 commit comments

Comments
 (0)