Skip to content

Merge pull request #91 from alan-turing-institute/89-action-or-remove… #77

Merge pull request #91 from alan-turing-institute/89-action-or-remove…

Merge pull request #91 from alan-turing-institute/89-action-or-remove… #77

Workflow file for this run

name: Formatting with Black
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--line-length=79"