Skip to content

Stop apt asking questions in the Dockerfile #788

Stop apt asking questions in the Dockerfile

Stop apt asking questions in the Dockerfile #788

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/