
* Implement a re-usable GitHub Action Implement a GitHub action that can be reused across projects that want to run black as part of their CI workflows. * Fix typo in README.md Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Use latest Python 3 Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
10 lines
217 B
YAML
10 lines
217 B
YAML
name: "Black"
|
|
description: "The uncompromising Python code formatter."
|
|
author: "Łukasz Langa and contributors to Black"
|
|
branding:
|
|
color: "black"
|
|
icon: "check-circle"
|
|
runs:
|
|
using: "docker"
|
|
image: "Dockerfile"
|