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 fb76357 commit 1300eaeCopy full SHA for 1300eae
.github/workflows/spec_zero.yml
@@ -55,11 +55,12 @@ jobs:
55
- name: Run pre-commit hooks to update other files
56
run: |
57
pip install pre-commit
58
- pre-commit run --all
+ pre-commit run --all || true
59
if: steps.status.outputs.dirty == 'true'
60
- name: Create PR
61
62
set -xeo pipefail
63
+ git diff
64
git config --global user.email "50266005+mne-bot@users.noreply.github.com"
65
git config --global user.name "mne[bot]"
66
git checkout -b spec_zero
0 commit comments