From 1578456277122e5f1c64a18c23ebf4b84e6adb9b Mon Sep 17 00:00:00 2001 From: Ajit Pratap Singh Date: Fri, 13 Mar 2026 23:24:53 +0530 Subject: [PATCH] fix: shorten action.yml description to <125 chars for Marketplace GitHub Marketplace requires description under 125 characters. Co-Authored-By: Claude Opus 4.6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0f12433d..1e76cbf0 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'GoSQLX Lint Action' -description: 'Ultra-fast SQL validation, linting, and formatting for your CI pipeline — 100x faster than SQLFluff. Supports PR annotations, SARIF output, and multi-dialect SQL.' +description: 'Ultra-fast SQL validation, linting, and formatting for CI — 100x faster than SQLFluff, multi-dialect.' author: 'GoSQLX Team' branding: