Skip to content

DOC: clarify average EEG reference behavior and update tutorial note #5823

DOC: clarify average EEG reference behavior and update tutorial note

DOC: clarify average EEG reference behavior and update tutorial note #5823

Workflow file for this run

name: autofix.ci
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize, labeled, unlabeled]
permissions:
contents: read
jobs:
autofix:
name: Autoupdate changelog entry and headers
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-python@v6
with:
python-version: '3.12'
- run: pip install --upgrade towncrier pygithub gitpython numpy
- run: python ./.github/actions/rename_towncrier/rename_towncrier.py
- run: python ./tools/dev/ensure_headers.py
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8