From 12ea03cf6d2f995106df89a930dc0781d5b9707b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 28 Nov 2024 20:19:14 +0000 Subject: [PATCH] add missing and MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eea08f3..bb6258e 100644 --- a/action.yml +++ b/action.yml @@ -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'