Skip to content

change logger.info to logger.debug #606

change logger.info to logger.debug

change logger.info to logger.debug #606

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:
options: "--check --verbose"
src: "deckard/"
jupyter: true