Skip to content

Bump version: 1.0.0-b4 → 1.0.0-b5 #177

Bump version: 1.0.0-b4 → 1.0.0-b5

Bump version: 1.0.0-b4 → 1.0.0-b5 #177

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
black:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Black Check
uses: jpetrucciani/black-check@master