Skip to content

Commit

Permalink
add action.yml file
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Jan 8, 2020
1 parent c26cc46 commit d49ff01
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM konstruktoid/alpine

LABEL "com.github.actions.name"="Konstruktoid Python linting"
LABEL "com.github.actions.description"="Python linting using black and flake8"
LABEL "com.github.actions.icon"="mic"
LABEL "com.github.actions.icon"="bell"
LABEL "com.github.actions.color"="purple"

LABEL "repository"="https://github.com/konstruktoid/action-pylint"
Expand Down
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
# A GitHub action that checks Python code using black and flake8
name: 'action-pylint'
author: 'Thomas Sjögren'
description: 'Python linting and testing using black and flake8'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'bell'
color: 'purple'
...

0 comments on commit d49ff01

Please sign in to comment.