From da615e84384617509cf69a288ef642e6a9db46c3 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 01:24:08 +0100 Subject: [PATCH] Adding Super Linter at the end of Linting section (#41) Co-authored-by: Simon Puente --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d40315..1d7be5c 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) - [Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata) - [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action) +- [Super Linter](https://github.com/github/super-linter) #### Security