Skip to content

added PixelMovieFromFile stimulus and corresponding experiment; corre… #13

added PixelMovieFromFile stimulus and corresponding experiment; corre…

added PixelMovieFromFile stimulus and corresponding experiment; corre… #13

Workflow file for this run

name: Check formatting
on: [push, pull_request]
jobs:
black-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: psf/black@stable
with:
args: ". --check"