Skip to content

Commit

Permalink
Merge pull request #181 from konstruktoid/info
Browse files Browse the repository at this point in the history
correct description
  • Loading branch information
konstruktoid authored Jan 14, 2024
2 parents c3b1f43 + 29a3c45 commit fc0d63f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM konstruktoid/alpine:latest@sha256:52517b02f6e45192667e4cf8cd7dd1831b9d1ae8f04d5171e5da8cfb3d088c43

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

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# A GitHub action that checks Python code using black and flake8
# 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, safety and flake8'
description: 'Python linting and format checking using black ruff'
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit fc0d63f

Please sign in to comment.