From d181bc3dd258c0a7e651c7abe4f0e4284e825e70 Mon Sep 17 00:00:00 2001 From: fuerback Date: Mon, 31 Oct 2022 11:44:47 -0300 Subject: [PATCH] Add a new action to the Linting category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda0071..275e5c48 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,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) +- [Check GoImport Errors with files and folders filter options](https://github.com/DarthBenro008/goimports-check-action) #### Security