From 2413b34459eee06cbb1e561f10c0393505ebf888 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 7 Nov 2025 23:54:29 +0100 Subject: [PATCH] docs: update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 35794e4..64e3576 100644 --- a/README.md +++ b/README.md @@ -548,6 +548,13 @@ permissions: For annotations to work, use the default format output (`text`) and either use [`actions/setup-go`](https://github.com/actions/setup-go) in the job or enable the internal [problem matchers](#problem-matchers). +## Module Plugin System + +The action will automatically detect the custom build configuration file `.custom-gcl.yml`, +build and run the custom version of golangci-lint. + +For more information, see [module plugin system](https://golangci-lint.run/docs/plugins/module-plugins/). + ## Performance The action was implemented with performance in mind: