Skip to content

Merge pull request #2 from computational-psychology/build/GHA #12

Merge pull request #2 from computational-psychology/build/GHA

Merge pull request #2 from computational-psychology/build/GHA #12

Workflow file for this run

name: Linting, Formatting
on:
push:
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.12"
- name: Lint
run: pipx run nox --error-on-missing-interpreters -s lint -- --show-diff-on-failure