Skip to content

Merge pull request #124 from computational-psychology/extended_noise_doc #186

Merge pull request #124 from computational-psychology/extended_noise_doc

Merge pull request #124 from computational-psychology/extended_noise_doc #186

Workflow file for this run

name: Linting, Formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: "3.11"
- name: Lint
run: pipx run nox --error-on-missing-interpreters -s lint -- --show-diff-on-failure