You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -548,6 +548,13 @@ permissions:
548
548
549
549
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).
550
550
551
+
## Module Plugin System
552
+
553
+
The action will automatically detect the custom build configuration file `.custom-gcl.yml`,
554
+
build and run the custom version of golangci-lint.
555
+
556
+
For more information, see [module plugin system](https://golangci-lint.run/docs/plugins/module-plugins/).
557
+
551
558
## Performance
552
559
553
560
The action was implemented with performance in mind:
0 commit comments