From 784d52cbb969c5316908e0ba3055d1865c0633c6 Mon Sep 17 00:00:00 2001 From: Mostafaviii Date: Mon, 14 Oct 2024 14:52:12 +0330 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a738c8..ac96a33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # golangci-lint-action - +with: + install-mode: "goinstall" + # ... [![Build Status](https://github.com/golangci/golangci-lint-action/workflows/build-and-test/badge.svg)](https://github.com/golangci/golangci-lint-action/actions) It's the official GitHub action for [golangci-lint](https://github.com/golangci/golangci-lint) from its authors.