Skip to content

Merge pull request #179 from edina/history_4_grade_passback #786

Merge pull request #179 from edina/history_4_grade_passback

Merge pull request #179 from edina/history_4_grade_passback #786

Workflow file for this run

# Technically covered by pre-commit - but here as a "double-check" catcher.
name: Linted
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: pip install .
- name: Lint with black
run: |
pip install black
# stop the build if it's not linted as per black
black --check --diff nbexchange/