Skip to content

Add implementation of EEGThoughtDecoder for training & evaluation #4

Add implementation of EEGThoughtDecoder for training & evaluation

Add implementation of EEGThoughtDecoder for training & evaluation #4

Workflow file for this run

name: pre-commit
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1
with:
pre-commit_version: 'latest'
args: install -c .pre-commit-config.yaml