From d9cadb3630841ca8e9deaab75eadbbc04c0603a6 Mon Sep 17 00:00:00 2001 From: Nazarii-4chain Date: Tue, 12 Mar 2024 14:27:46 +0200 Subject: [PATCH] feat(bux-246): Changed path --- .github/workflows/error-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/error-linter.yml b/.github/workflows/error-linter.yml index 8f13bee87..e9b4e3003 100644 --- a/.github/workflows/error-linter.yml +++ b/.github/workflows/error-linter.yml @@ -36,7 +36,7 @@ jobs: # # Note: By default, the `.golangci.yml` file should be at the root of the repository. # The location of the configuration file can be changed by using `--config=` - args: --config=../../.golangci-lint.yml + args: --config=./.golangci-lint.yml # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true