Skip to content

Merge pull request #49 from matt-seb-ho/evaluate-sorting-fix #168

Merge pull request #49 from matt-seb-ho/evaluate-sorting-fix

Merge pull request #49 from matt-seb-ho/evaluate-sorting-fix #168

Workflow file for this run

name: Black Code Formatter
on: [push, pull_request]
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
jupyter: true