Skip to content

End of storm bug

End of storm bug #39

Workflow file for this run

name: black
on: [pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Black Code Formatter
uses: lgeiger/[email protected]
with:
args: ". --check"