Skip to content

add linting check to PRs #1844

add linting check to PRs

add linting check to PRs #1844

Workflow file for this run

name: formatting
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable