diff --git a/README.md b/README.md index c2033a6..7b12a4d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ workflow "Example Workflow" { } action "Lint" { - uses = "lgeiger/black-action@master" + uses = "Dquentin/black-action@master" args = ". --check" } ``` diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..e8f19ca --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: 'Black Code Formatter Action' +description: 'Run Black Formatter commands' +author: '@lgeiger' +runs: + using: 'docker' + image: 'Dockerfile' +branding: + icon: 'box' + color: 'blue'