
* Gets gh-action ready for marketplace release * Updates documentation and removes redundant gh-action input argument * Fixes gh-action bug This commit fixes a bug which caused not all input arguments were forwarder to the black formatter. * Update README.md Co-authored-by: Cooper Lees <me@cooperlees.com> Co-authored-by: Cooper Lees <me@cooperlees.com>
15 lines
324 B
YAML
15 lines
324 B
YAML
name: "Black"
|
|
description: "The uncompromising Python code formatter."
|
|
author: "Łukasz Langa and contributors to Black"
|
|
inputs:
|
|
black_args:
|
|
description: "Black input arguments."
|
|
required: false
|
|
default: ""
|
|
branding:
|
|
color: "black"
|
|
icon: "check-circle"
|
|
runs:
|
|
using: "docker"
|
|
image: "action/Dockerfile"
|