Skip to content

Merge pull request #9 from Jhsmit/template #13

Merge pull request #9 from Jhsmit/template

Merge pull request #9 from Jhsmit/template #13

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: python -m pip install black[jupyter]
- run: |
black . --check