Skip to content

Merge branch 'main' of https://github.com/simplymathematics/deckard i… #323

Merge branch 'main' of https://github.com/simplymathematics/deckard i…

Merge branch 'main' of https://github.com/simplymathematics/deckard i… #323

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
src: "deckard/"