Skip to content

Commit

Permalink
add action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Gasper committed May 26, 2020
1 parent fff1e60 commit 613ca75
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# action.yml
name: "Python Black Formatter - Only on Edited Files"
description: "Runs python black formatter but only on files that were changed the given PR"
branding:
icon: box
color: gray-dark
outputs:
output:
description: "Passes if edited files pass black formatter, fails if they don't"
runs:
using: "docker"
image: "Dockerfile"

0 comments on commit 613ca75

Please sign in to comment.