Skip to content

Commit

Permalink
add missing and
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Nov 28, 2024
1 parent 4b4fc32 commit 12ea03c
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 ruff
name: 'Python quality and format checker'
author: 'Thomas Sjögren'
description: 'Python linting and format checking using black ruff'
description: 'Python linting and format checking using black and ruff'
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit 12ea03c

Please sign in to comment.