From 198e2c81c1f6e08b0c55af4e6e8c88ca338da4ff Mon Sep 17 00:00:00 2001 From: "Breno A." Date: Sun, 22 Sep 2024 22:20:12 -0300 Subject: [PATCH] fix: package name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 037372a..b110add 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Vue Mess Detector" +name: "vmd-action" description: "A static code analysis tool for detecting code smells and best practice violations in Vue.js and Nuxt.js projects."