Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workflow "Example Workflow" {
}

action "Lint" {
uses = "lgeiger/black-action@master"
uses = "Dquentin/black-action@master"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be reverted to "lgeiger/black-action@master", since this is the "original" repository that will be used as action.

args = ". --check"
}
```
Expand Down
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'