From 8be2664e15fd64f4f8dc7bb3f8185ad2e1877c84 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 26 Mar 2025 19:30:36 +0200 Subject: [PATCH] chore(lint): readme line width fix --- .github/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 1ee84b9..5637bf5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,7 @@ # go-test-sarif -`go-test-sarif` is a CLI tool and GitHub Action for converting `go test -json` output into SARIF format, making it compatible with GitHub Security Tab and other SARIF consumers. +`go-test-sarif` is a CLI tool and GitHub Action for converting `go test -json` output into SARIF format, +making it compatible with GitHub Security Tab and other SARIF consumers. ## 🚀 Features