Skip to content

Anticipate a None result and ignore (and skip setting last_check #59

Anticipate a None result and ignore (and skip setting last_check

Anticipate a None result and ignore (and skip setting last_check #59

Workflow file for this run

name: black
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: black
uses: jpetrucciani/black-check@master
with:
path: "."