Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
konstruktoid authored Feb 5, 2020
1 parent 8909303 commit 9d7aa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# A GitHub action that checks Python code using black and flake8
name: 'Python quality and format checker'
author: 'Thomas Sjögren'
description: 'Python linting and format checking using black and flake8'
description: 'Python linting and format checking using black, safety and flake8'
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit 9d7aa5f

Please sign in to comment.